fnp
/
prawokultury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
New fnpdjango app with lots of common utils.
[prawokultury.git]
/
prawokultury
/
settings.d
/
50-static.conf
diff --git
a/prawokultury/settings.d/50-static.conf
b/prawokultury/settings.d/50-static.conf
index
da9a583
..
3f5f951
100755
(executable)
--- a/
prawokultury/settings.d/50-static.conf
+++ b/
prawokultury/settings.d/50-static.conf
@@
-24,10
+24,21
@@
PIPELINE_CSS = {
'css/promobox.scss',
'css/entry.scss',
'css/footer.scss',
'css/promobox.scss',
'css/entry.scss',
'css/footer.scss',
+ 'css/prevnext.scss',
+ 'css/forms.scss',
+ 'events/events.scss',
),
'output_filename': 'compressed/base.css',
},
}
),
'output_filename': 'compressed/base.css',
},
}
+PIPELINE_JS = {
+ 'base': {
+ 'source_filenames': (
+ 'js/promobox.js',
+ ),
+ 'output_filename': 'compressed/base.js',
+ },
+}
PIPELINE_COMPILERS = (
'pipeline.compilers.sass.SASSCompiler',
PIPELINE_COMPILERS = (
'pipeline.compilers.sass.SASSCompiler',