menu shows, time to code js to it
[redakcja.git] / redakcja / settings / compress.py
index bdcf44b..d0f0df9 100644 (file)
@@ -24,7 +24,13 @@ COMPRESS_CSS = {
             'css/book.css',
         ),
         'output_filename': 'compressed/book_?.css',         
-     }
+    },
+    'book_list': {
+        'source_filenames': (
+            'contextmenu/jquery.contextMenu.css',
+        ),
+        'output_filename': 'compressed/book_list_?.css',
+    },
 }
 
 COMPRESS_JS = {
@@ -80,7 +86,15 @@ COMPRESS_JS = {
             'js/book_text/book.js',
         ),
         'output_filename': 'compressed/book_?.js',
-         }
+         },
+    'book_list': {
+        'source_filenames': (
+            'contextmenu/jquery.ui.position.js',
+            'contextmenu/jquery.contextMenu.js',
+            'js/catalogue/book_list.js',
+        ),
+        'output_filename': 'compressed/book_list_?.js',
+    }
 }
 
 COMPRESS = True