fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
missing migrations
[wolnelektury.git]
/
wolnelektury
/
settings
/
static.py
diff --git
a/wolnelektury/settings/static.py
b/wolnelektury/settings/static.py
index
a3ff424
..
b78340d
100644
(file)
--- a/
wolnelektury/settings/static.py
+++ b/
wolnelektury/settings/static.py
@@
-51,6
+51,13
@@
PIPELINE_CSS = {
],
'output_filename': 'css/compressed/book.css',
},
],
'output_filename': 'css/compressed/book.css',
},
+ 'picture': {
+ 'source_filenames': [
+ 'css/master.book.css',
+ 'css/master.picture.css',
+ ],
+ 'output_filename': 'css/compressed/picture.css',
+ },
'player': {
'source_filenames': [
'jplayer/jplayer.blue.monday.css',
'player': {
'source_filenames': [
'jplayer/jplayer.blue.monday.css',
@@
-102,7
+109,9
@@
PIPELINE_JS = {
'js/jquery.scrollto.js',
'js/jquery.highlightfade.js',
'js/book.js',
'js/jquery.scrollto.js',
'js/jquery.highlightfade.js',
'js/book.js',
+ 'js/picture.js',
'player/openplayer.js',
'player/openplayer.js',
+ 'js/progressSpin.min.js',
],
'output_filename': 'js/book.min.js',
},
],
'output_filename': 'js/book.min.js',
},
@@
-120,5
+129,5
@@
PIPELINE_JS_COMPRESSOR = None
PIPELINE_COMPILERS = (
'pyscss_compiler.PySCSSCompiler',
)
PIPELINE_COMPILERS = (
'pyscss_compiler.PySCSSCompiler',
)
-PIPELINE_PYSCSS_BINARY = '/usr/bin/env pyscss'
+PIPELINE_PYSCSS_BINARY = '/usr/bin/env
/home/staging/wolnelektury.pl/ve/bin/
pyscss'
PIPELINE_PYSCSS_ARGUMENTS = ''
PIPELINE_PYSCSS_ARGUMENTS = ''