Moving away from getpaid for now.
[wolnelektury.git] / src / wolnelektury / settings / static.py
index b7beb79..66caafb 100644 (file)
@@ -22,11 +22,14 @@ IMAGE_DIR = 'book/pictures/'
 
 PIPELINE = {
     'STYLESHEETS': {
-        '2021': {
+        '2022': {
             'source_filenames': [
-                '2021/css/main.scss',
+                'contrib/jquery-ui-1.13.1.custom/jquery-ui.css',
+                '2022/styles/main.scss',
+                '2022/more.scss',
+                'chunks/edit.scss',
             ],
-            'output_filename': 'css/compressed/2021.css',
+            'output_filename': 'css/compressed/2022.css',
         },
         'main': {
             # styles both for mobile and for big screen
@@ -133,6 +136,16 @@ PIPELINE = {
                 ),
             'output_filename': 'js/base.min.js',
         },
+        '2022': {
+            'source_filenames': [
+                'contrib/jquery-ui-1.13.1.custom/jquery-ui.js',
+                'js/search.js',
+                'js/2022.js',
+                '2022/book/filter.js',
+                'chunks/edit.js',
+            ],
+            'output_filename': 'js/2022.min.js'
+        },
         'player': {
             'source_filenames': [
                 'jplayer/jquery.jplayer.min.js',
@@ -141,6 +154,14 @@ PIPELINE = {
             ],
             'output_filename': 'js/player.min.js',
         },
+        '2022_player': {
+            'source_filenames': [
+                'js/contrib/jplayer/jquery.jplayer.min.js',
+                'js/contrib/jplayer/jplayer.playlist.min.js',
+                'player/2022_player.js',
+            ],
+            'output_filename': 'js/2022_player.min.js',
+        },
         'book': {
             'source_filenames': [
                 'js/contrib/jquery.eventdelegation.js',
@@ -205,8 +226,7 @@ PIPELINE = {
     )
 }
 
-STATICFILES_STORAGE = 'fnpdjango.pipeline_storage.GzipPipelineCachedStorage'
-#STATICFILES_STORAGE = 'pipeline.storage.PipelineCachedStorage'
+STATICFILES_STORAGE = 'fnpdjango.pipeline_storage.GzipPipelineManifestStorage'
 
 # PIPELINE_PYSCSS_BINARY = '/usr/bin/env pyscss'
 # PIPELINE_PYSCSS_ARGUMENTS = ''