fnp
/
wolnelektury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
a67d9fe
)
Dodanie oznaczenia wersji również do CSS.
author
Marek Stępniowski
<marek@stepniowski.com>
Sat, 30 Jan 2010 22:29:24 +0000
(23:29 +0100)
committer
Marek Stępniowski
<marek@stepniowski.com>
Sat, 30 Jan 2010 22:29:24 +0000
(23:29 +0100)
wolnelektury/settings.py
patch
|
blob
|
history
diff --git
a/wolnelektury/settings.py
b/wolnelektury/settings.py
index
0a3f065
..
6b7d333
100644
(file)
--- a/
wolnelektury/settings.py
+++ b/
wolnelektury/settings.py
@@
-116,11
+116,11
@@
CACHE_BACKEND = 'locmem:///?max_entries=3000'
COMPRESS_CSS = {
'all': {
'source_filenames': ('css/master.css', 'css/jquery.autocomplete.css', 'css/master.plain.css', 'css/sponsors.css',),
COMPRESS_CSS = {
'all': {
'source_filenames': ('css/master.css', 'css/jquery.autocomplete.css', 'css/master.plain.css', 'css/sponsors.css',),
- 'output_filename': 'css/all.min.css',
+ 'output_filename': 'css/all.min
?
.css',
},
'book': {
'source_filenames': ('css/master.book.css',),
},
'book': {
'source_filenames': ('css/master.book.css',),
- 'output_filename': 'css/book.min.css',
+ 'output_filename': 'css/book.min
?
.css',
}
}
}
}