fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
test fix
[redakcja.git]
/
redakcja
/
settings
/
compress.py
diff --git
a/redakcja/settings/compress.py
b/redakcja/settings/compress.py
index
5637cee
..
bdcf44b
100644
(file)
--- a/
redakcja/settings/compress.py
+++ b/
redakcja/settings/compress.py
@@
-18,6
+18,12
@@
COMPRESS_CSS = {
'css/filelist.css',
),
'output_filename': 'compressed/catalogue_styles_?.css',
'css/filelist.css',
),
'output_filename': 'compressed/catalogue_styles_?.css',
+ },
+ 'book': {
+ 'source_filenames': (
+ 'css/book.css',
+ ),
+ 'output_filename': 'compressed/book_?.css',
}
}
}
}
@@
-26,7
+32,6
@@
COMPRESS_JS = {
'detail': {
'source_filenames': (
# libraries
'detail': {
'source_filenames': (
# libraries
- 'js/lib/jquery-1.4.2.min.js',
'js/lib/jquery/jquery.autocomplete.js',
'js/lib/jquery/jquery.blockui.js',
'js/lib/jquery/jquery.elastic.js',
'js/lib/jquery/jquery.autocomplete.js',
'js/lib/jquery/jquery.blockui.js',
'js/lib/jquery/jquery.elastic.js',
@@
-63,9
+68,19
@@
COMPRESS_JS = {
'source_filenames': (
'js/catalogue/catalogue.js',
'js/slugify.js',
'source_filenames': (
'js/catalogue/catalogue.js',
'js/slugify.js',
+ 'email_mangler/email_mangler.js',
),
'output_filename': 'compressed/catalogue_scripts_?.js',
),
'output_filename': 'compressed/catalogue_scripts_?.js',
- }
+ },
+ 'book': {
+ 'source_filenames': (
+ 'js/book_text/jquery.eventdelegation.js',
+ 'js/book_text/jquery.scrollto.js',
+ 'js/book_text/jquery.highlightfade.js',
+ 'js/book_text/book.js',
+ ),
+ 'output_filename': 'compressed/book_?.js',
+ }
}
COMPRESS = True
}
COMPRESS = True