Compiling Assets
Introduction
Getting Started
pip install libsassConfiguration
SASSFILES = {
'importFrom': [
'storage/static'
],
'includePaths': [
'storage/static/sass'
],
'compileTo': 'storage/compiled'
}ImportFrom Setting
IncludePaths Setting
CompileTo Setting
Last updated