+# -*- coding: utf-8 -*-
+
STATICFILES_FINDERS = (
'django.contrib.staticfiles.finders.FileSystemFinder',
'django.contrib.staticfiles.finders.AppDirectoriesFinder',
-# 'django.contrib.staticfiles.finders.DefaultStorageFinder',
+ # 'django.contrib.staticfiles.finders.DefaultStorageFinder',
)
# CSS and JS files to compress
PIPELINE_CSS = {
'detail': {
- 'source_filenames': (
+ 'source_filenames': (
'css/master.css',
'css/toolbar.css',
'css/gallery.css',
),
'output_filename': 'compressed/catalogue_styles.css',
},
- 'book': {
+ 'book': {
'source_filenames': (
'css/book.css',
),
),
'output_filename': 'compressed/catalogue_scripts.js',
},
- 'book': {
+ 'book': {
'source_filenames': (
'js/book_text/jquery.eventdelegation.js',
'js/book_text/jquery.scrollto.js',