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

Sass app for django.

Results 5 django-sass issues
Sort by recently updated
recently updated
newest added

migrate from media to static dirs

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,...

This is a real one. :) There is the assumption that CSS files are stored in the MEDIA_ROOT. This should be true for any Django at or before 1.2. However...

Feature Request

We should parse out the imported files and record their modified times. If one of the imports has been modified, we should invalidate and re-compile the sass/scss to css.

Critical

Now that the main functionality has been hashed out, and the project more or less works - it needs some test. Sure, I know I should have started doing tests...

Critical
Feature Request