-# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
-# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
+# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later.
+# Copyright © Fundacja Wolne Lektury. See NOTICE for more information.
#
from os import path
from .paths import VAR_DIR
'2022/styles/main.scss',
'2022/more.scss',
'chunks/edit.scss',
+
+ 'scss/text.scss',
],
'output_filename': 'css/compressed/main.css',
},
'book_text': {
'source_filenames': [
'css/import/gelasio.css',
+
'scss/book_text.scss',
'css/new.book.css',
- 'annoy/banner.scss',
- 'annoy/book_text.scss',
- '2022/styles/reader_player.scss',
+
+ 'annoy/banner.scss', # ?
+ 'annoy/book_text.scss', # ?
+ '2022/styles/reader_player.scss', # ?
'css/master.picture.css',
],
'js/contrib/jquery.cycle2.min.js',
'sponsors/js/sponsors.js',
+ 'annoy/banner.js',
+ 'js/book_text/info.js',
+ 'js/book_text/menu.js',
+ 'js/book_text/note.js',
+ 'js/book_text/references.js',
+ 'js/book_text/settings.js',
+ 'js/book_text/toc.js',
+ 'js/book_text/progress.js',
'js/contrib/jquery.countdown.js', 'js/contrib/jquery.countdown-pl.js',
'js/contrib/jquery.countdown-de.js', 'js/contrib/jquery.countdown-uk.js',