django-sass
django-sass copied to clipboard
Check Imports when determining wether to update the css
What do you think about this to fix #5
It checks for imports in a sass/scss file via regexp and compares the modified_time of all imports with the SassModel timestamp, which has changed to a IntegerField.