more graphics
[prawokultury.git] / prawokultury / settings.d / 50-static.conf
index da9a583..1a90443 100755 (executable)
@@ -24,10 +24,20 @@ PIPELINE_CSS = {
           'css/promobox.scss',
           'css/entry.scss',
           'css/footer.scss',
+          'css/prevnext.scss',
+          'events/events.scss',
         ),
         'output_filename': 'compressed/base.css',
     },
 }
+PIPELINE_JS = {
+    'base': {
+        'source_filenames': (
+            'js/promobox.js',
+        ),
+        'output_filename': 'compressed/base.js',
+    },
+}
 
 PIPELINE_COMPILERS = (
   'pipeline.compilers.sass.SASSCompiler',