fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
There's some work on book page left.
[wolnelektury.git]
/
wolnelektury
/
settings
/
static.py
diff --git
a/wolnelektury/settings/static.py
b/wolnelektury/settings/static.py
index
960b800
..
e7cceed
100644
(file)
--- a/
wolnelektury/settings/static.py
+++ b/
wolnelektury/settings/static.py
@@
-14,43
+14,32
@@
MEDIA_URL = '/media/'
STATIC_URL = '/static/'
# CSS and JavaScript file groups
STATIC_URL = '/static/'
# CSS and JavaScript file groups
+
+
PIPELINE_CSS = {
PIPELINE_CSS = {
- '
all
': {
+ '
main
': {
# styles both for mobile and for big screen
'source_filenames': [
'css/jquery.countdown.css',
# styles both for mobile and for big screen
'source_filenames': [
'css/jquery.countdown.css',
- 'css/base.css',
- 'css/cite.css',
- 'css/header.css',
- 'css/main_page.css',
- 'css/dialogs.css',
- 'css/picture_box.css',
- 'css/book_box.css',
- 'css/catalogue.css',
+ 'css/main/*.scss',
+
'sponsors/css/sponsors.css',
'sponsors/css/sponsors.css',
- 'css/auth.css',
'funding/funding.scss',
'funding/funding.scss',
- '
css/form
.scss',
+ '
polls/polls
.scss',
'css/social/shelf_tags.css',
'css/social/shelf_tags.css',
- 'css/ui-lightness/jquery-ui-1.8.16.custom.css',
- 'css/annoy.css',
- ],
- 'output_filename': 'css/compressed/all.css',
- },
- 'ie': {
- 'source_filenames': [
- 'css/ie.css',
+ 'uni_form/uni-form.css',
+ 'uni_form/default.uni-form.css',
+
+ 'css/ui-lightness/jquery-ui-1.8.16.custom.css',
],
],
- 'output_filename': 'css/compressed/
ie
.css',
+ 'output_filename': 'css/compressed/
main
.css',
},
'book': {
'source_filenames': [
'css/master.book.css',
},
'book': {
'source_filenames': [
'css/master.book.css',
-
- 'css/annoy.css',
],
'output_filename': 'css/compressed/book.css',
},
],
'output_filename': 'css/compressed/book.css',
},
@@
-89,7
+78,7
@@
PIPELINE_JS = {
'js/search.js',
'funding/funding.js',
'js/search.js',
'funding/funding.js',
- '
js/annoy
.js',
+ '
uni_form/uni-form
.js',
),
'output_filename': 'js/base.min.js',
},
),
'output_filename': 'js/base.min.js',
},
@@
-108,8
+97,6
@@
PIPELINE_JS = {
'js/jquery.highlightfade.js',
'js/book.js',
'player/openplayer.js',
'js/jquery.highlightfade.js',
'js/book.js',
'player/openplayer.js',
-
- 'js/annoy.js',
],
'output_filename': 'js/book.min.js',
},
],
'output_filename': 'js/book.min.js',
},