django-sass icon indicating copy to clipboard operation
django-sass copied to clipboard

Check Imports when determining wether to update the css

Open selaux opened this issue 13 years ago • 0 comments

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.

selaux avatar Dec 11 '11 22:12 selaux