fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix in librarian
[wolnelektury.git]
/
wolnelektury
/
settings
/
static.py
diff --git
a/wolnelektury/settings/static.py
b/wolnelektury/settings/static.py
index
306e718
..
ebce200
100644
(file)
--- a/
wolnelektury/settings/static.py
+++ b/
wolnelektury/settings/static.py
@@
-66,6
+66,10
@@
PIPELINE_CSS = {
'source_filenames': ('css/simple.css',),
'output_filename': 'css/compressed/simple.css',
},
'source_filenames': ('css/simple.css',),
'output_filename': 'css/compressed/simple.css',
},
+ 'widget': {
+ 'source_filenames': ('scss/widget.scss',),
+ 'output_filename': 'css/compressed/widget.css',
+ },
}
PIPELINE_JS = {
}
PIPELINE_JS = {
@@
-135,13
+139,21
@@
PIPELINE_JS = {
'book_ie': {
'source_filenames': ('js/contrib/ierange-m2.js',),
'output_filename': 'js/book_ie.min.js',
'book_ie': {
'source_filenames': ('js/contrib/ierange-m2.js',),
'output_filename': 'js/book_ie.min.js',
- }
-
+ },
+ 'widget': {
+ 'source_filenames': (
+ 'js/contrib/jquery.js',
+ 'js/contrib/jquery-ui-1.8.16.custom.min.js',
+ 'js/search.js',
+ 'js/widget_run.js',
+ ),
+ 'output_filename': 'js/widget.min.js',
+ },
}
STATICFILES_STORAGE = 'fnpdjango.utils.pipeline_storage.GzipPipelineCachedStorage'
PIPELINE_CSS_COMPRESSOR = None
}
STATICFILES_STORAGE = 'fnpdjango.utils.pipeline_storage.GzipPipelineCachedStorage'
PIPELINE_CSS_COMPRESSOR = None
-PIPELINE_JS_COMPRESSOR =
None
+PIPELINE_JS_COMPRESSOR =
'pipeline.compressors.jsmin.JSMinCompressor'
PIPELINE_COMPILERS = (
'pipeline.compilers.sass.SASSCompiler',
PIPELINE_COMPILERS = (
'pipeline.compilers.sass.SASSCompiler',