Imports at the start.
[wolnelektury.git] / src / wolnelektury / settings / static.py
index bfffb82..2873410 100644 (file)
@@ -25,6 +25,8 @@ PIPELINE = {
         'main': {
             # styles both for mobile and for big screen
             'source_filenames': [
+                'css/import/gelasio.css',
+
                 'css/jquery.countdown.css',
                 'jplayer/jplayer.blue.monday.css',
 
@@ -42,12 +44,14 @@ PIPELINE = {
         },
         'book': {
             'source_filenames': [
+                'css/import/gelasio.css',
                 'css/master.book.css',
             ],
             'output_filename': 'css/compressed/book.css',
         },
         'book_text': {
             'source_filenames': [
+                'css/import/gelasio.css',
                 'scss/book_text.scss',
                 'css/new.book.css',
                 'annoy/banner.scss',
@@ -65,6 +69,7 @@ PIPELINE = {
         },
         'picture': {
             'source_filenames': [
+                'css/import/gelasio.css',
                 'css/master.book.css',
                 'css/master.picture.css',
             ],