fnp
/
prawokultury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
another workshop
[prawokultury.git]
/
prawokultury
/
settings.d
/
50-static.py
diff --git
a/prawokultury/settings.d/50-static.py
b/prawokultury/settings.d/50-static.py
index
3f5f951
..
297d03b
100644
(file)
--- a/
prawokultury/settings.d/50-static.py
+++ b/
prawokultury/settings.d/50-static.py
@@
-9,7
+9,7
@@
STATICFILES_FINDERS = (
# 'django.contrib.staticfiles.finders.DefaultStorageFinder',
)
# 'django.contrib.staticfiles.finders.DefaultStorageFinder',
)
-STATICFILES_STORAGE = '
pipeline.storage.
PipelineCachedStorage'
+STATICFILES_STORAGE = '
fnpdjango.utils.pipeline_storage.Gzip
PipelineCachedStorage'
PIPELINE_CSS_COMPRESSOR = None
PIPELINE_JS_COMPRESSOR = None
PIPELINE_CSS = {
PIPELINE_CSS_COMPRESSOR = None
PIPELINE_JS_COMPRESSOR = None
PIPELINE_CSS = {
@@
-27,6
+27,8
@@
PIPELINE_CSS = {
'css/prevnext.scss',
'css/forms.scss',
'events/events.scss',
'css/prevnext.scss',
'css/forms.scss',
'events/events.scss',
+
+ 'contrib/lightbox/css/lightbox.css',
),
'output_filename': 'compressed/base.css',
},
),
'output_filename': 'compressed/base.css',
},
@@
-35,6
+37,8
@@
PIPELINE_JS = {
'base': {
'source_filenames': (
'js/promobox.js',
'base': {
'source_filenames': (
'js/promobox.js',
+ 'js/workshop_form.js',
+ 'contrib/lightbox/js/lightbox.min.js',
),
'output_filename': 'compressed/base.js',
},
),
'output_filename': 'compressed/base.js',
},