fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixes #3312: Sanitize payment titles.
[wolnelektury.git]
/
wolnelektury
/
settings
/
static.py
diff --git
a/wolnelektury/settings/static.py
b/wolnelektury/settings/static.py
index
798f5af
..
472b2e9
100644
(file)
--- a/
wolnelektury/settings/static.py
+++ b/
wolnelektury/settings/static.py
@@
-44,9
+44,18
@@
PIPELINE_CSS = {
'source_filenames': [
'scss/book_text.scss',
'css/new.book.css',
'source_filenames': [
'scss/book_text.scss',
'css/new.book.css',
+
+ 'css/master.picture.css',
],
'output_filename': 'css/compressed/book_text.css',
},
],
'output_filename': 'css/compressed/book_text.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',
@@
-101,13
+110,26
@@
PIPELINE_JS = {
'js/jquery.highlightfade.js',
'js/book_text/other.js',
'js/book.js',
'js/jquery.highlightfade.js',
'js/book_text/other.js',
'js/book.js',
- 'player/openplayer.js',
+
+ 'js/raphael-min.js',
+ 'js/progressSpin.min.js',
+ 'js/picture.js',
],
'output_filename': 'js/book.min.js',
},
'book_text': {
'source_filenames': [
],
'output_filename': 'js/book.min.js',
},
'book_text': {
'source_filenames': [
+ 'js/jquery.form.js',
+ 'js/jquery.jqmodal.js',
'js/book_text/*.js',
'js/book_text/*.js',
+ 'js/locale.js',
+ 'js/dialogs.js',
+
+ 'js/jquery.highlightfade.js',
+ 'js/raphael-min.js',
+ 'player/openplayer.js',
+ 'js/progressSpin.min.js',
+ 'js/picture.js',
],
'output_filename': 'js/book_text.js',
},
],
'output_filename': 'js/book_text.js',
},