+# This file is part of FNP-Redakcja, licensed under GNU Affero GPLv3 or later.
+# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
+#
import os.path
import sentry_sdk
from sentry_sdk.integrations.django import DjangoIntegration
'pipeline',
'fnpdjango',
'django_cas_ng',
+ 'bootstrap4',
'catalogue',
'cover',
'css/filelist.css',
),
'output_filename': 'compressed/catalogue_styles.css',
- },
- 'book': {
+ },
+ 'book': {
'source_filenames': (
'css/book.css',
),
'js/wiki/view_column_diff.js',
),
'output_filename': 'compressed/detail_scripts.js',
- },
+ },
'wiki_img': {
'source_filenames': (
# libraries
'js/wiki/view_column_diff.js',
),
'output_filename': 'compressed/detail_img_scripts.js',
- },
+ },
'catalogue': {
'source_filenames': (
'js/catalogue/catalogue.js',
'email_mangler/email_mangler.js',
),
'output_filename': 'compressed/catalogue_scripts.js',
- },
- 'book': {
+ },
+ 'book': {
'source_filenames': (
'js/book_text/jquery.eventdelegation.js',
'js/book_text/jquery.scrollto.js',
dsn=SENTRY_DSN,
integrations=[DjangoIntegration()]
)
-