Changes in club payments.
[wolnelektury.git] / src / wolnelektury / settings / static.py
index 6f7938d..f6411cc 100644 (file)
@@ -31,11 +31,12 @@ PIPELINE = {
 
                 'sponsors/css/sponsors.css',
 
-                'uni_form/uni-form.css',
-                'uni_form/default.uni-form.css',
+                'css/annoy.css',
 
                 'css/ui-lightness/jquery-ui-1.8.16.custom.css',
 
+                'css/tlite.css',
+
                 'scss/main.scss',
             ],
             'output_filename': 'css/compressed/main.css',
@@ -89,9 +90,12 @@ PIPELINE = {
                 'js/contrib/jquery.countdown-de.js', 'js/contrib/jquery.countdown-uk.js',
                 'js/contrib/jquery.countdown-es.js', 'js/contrib/jquery.countdown-lt.js',
                 'js/contrib/jquery.countdown-ru.js', 'js/contrib/jquery.countdown-fr.js',
+                'js/contrib/jquery.shorten.js',
 
                 'js/contrib/jquery-ui-1.8.16.custom.min.js',
 
+                'js/contrib/tlite.min.js',
+
                 'jplayer/jquery.jplayer.min.js',
                 'jplayer/jplayer.playlist.min.js',
                 'player/player.js',
@@ -105,7 +109,7 @@ PIPELINE = {
                 'js/search.js',
                 'funding/funding.js',
 
-                'uni_form/uni-form.js',
+                'js/annoy.js',
                 ),
             'output_filename': 'js/base.min.js',
         },
@@ -135,7 +139,11 @@ PIPELINE = {
             'source_filenames': [
                 'js/contrib/jquery.form.js',
                 'js/contrib/jquery.jqmodal.js',
-                'js/book_text/*.js',
+                'js/book_text/info.js',
+                'js/book_text/menu.js',
+                'js/book_text/note.js',
+                'js/book_text/settings.js',
+                'js/book_text/toc.js',
                 'js/locale.js',
                 'js/dialogs.js',
 
@@ -173,7 +181,8 @@ PIPELINE = {
     )
 }
 
-STATICFILES_STORAGE = 'fnpdjango.utils.pipeline_storage.GzipPipelineCachedStorage'
+STATICFILES_STORAGE = 'fnpdjango.pipeline_storage.GzipPipelineCachedStorage'
+#STATICFILES_STORAGE = 'pipeline.storage.PipelineCachedStorage'
 
 # PIPELINE_PYSCSS_BINARY = '/usr/bin/env pyscss'
 # PIPELINE_PYSCSS_ARGUMENTS = ''
@@ -182,5 +191,6 @@ STATICFILES_STORAGE = 'fnpdjango.utils.pipeline_storage.GzipPipelineCachedStorag
 STATICFILES_FINDERS = [
     'django.contrib.staticfiles.finders.FileSystemFinder',
     'django.contrib.staticfiles.finders.AppDirectoriesFinder',
+    'pipeline.finders.CachedFileFinder',
     'pipeline.finders.PipelineFinder',
 ]