Doc for scss

This commit is contained in:
2017-05-10 10:58:51 +02:00
parent 200af57971
commit e59d769dac
4 changed files with 15 additions and 2 deletions

View File

@ -34,6 +34,11 @@ from core.scss.storage import ScssFileStorage, find_file
class ScssProcessor(object):
"""
If DEBUG mode enabled : compile the scss file
Else : give the path of the corresponding css supposed to already be compiled
Don't forget to use compilestatics to compile scss for production
"""
prefix = iri_to_uri(getattr(settings, 'STATIC_URL', '/static/'))
storage = ScssFileStorage()
scss_extensions = [".scss"]