Load the Material colour scheme directly from the source YAML, rather than hardcoding it into Stylus format
This commit is contained in:
parent
9d91cec6f9
commit
0419a844ce
8 changed files with 45 additions and 20 deletions
|
@ -192,7 +192,7 @@ STATICFILES_FINDERS = (
|
|||
)
|
||||
|
||||
COMPRESS_PRECOMPILERS = (
|
||||
('text/stylus', os.path.join(BASE_DIR, 'node_modules', '.bin', 'stylus') + ' {infile} -o {outfile}'),
|
||||
('text/stylus', './node_modules/.bin/stylus {infile} -u ./lemoncurry/static/lemoncurry/css/theme -o {outfile}'),
|
||||
)
|
||||
|
||||
MEDIA_URL = STATIC_URL + 'media/'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue