fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Map update.
[wolnelektury.git]
/
src
/
wolnelektury
/
settings
/
static.py
diff --git
a/src/wolnelektury/settings/static.py
b/src/wolnelektury/settings/static.py
index
33da2d5
..
6d12fbd
100644
(file)
--- a/
src/wolnelektury/settings/static.py
+++ b/
src/wolnelektury/settings/static.py
@@
-8,7
+8,6
@@
from .paths import VAR_DIR
# Example: "/home/media/media.lawrence.com/"
MEDIA_ROOT = path.join(VAR_DIR, 'media/')
STATIC_ROOT = path.join(VAR_DIR, 'static/')
# Example: "/home/media/media.lawrence.com/"
MEDIA_ROOT = path.join(VAR_DIR, 'media/')
STATIC_ROOT = path.join(VAR_DIR, 'static/')
-SEARCH_INDEX = path.join(VAR_DIR, 'search_index/')
# URL that handles the media served from MEDIA_ROOT. Make sure to use a
# trailing slash if there is a path component (optional in other cases).
# URL that handles the media served from MEDIA_ROOT. Make sure to use a
# trailing slash if there is a path component (optional in other cases).
@@
-25,7
+24,11
@@
PIPELINE = {
'2022': {
'source_filenames': [
'contrib/jquery-ui-1.13.1.custom/jquery-ui.css',
'2022': {
'source_filenames': [
'contrib/jquery-ui-1.13.1.custom/jquery-ui.css',
+ 'contrib/leaflet-1.9.4/leaflet.css',
+ 'contrib/leaflet.markercluster-1.4.1/MarkerCluster.css',
+ 'contrib/leaflet.markercluster-1.4.1/MarkerCluster.Default.css',
'css/jquery.countdown.css',
'css/jquery.countdown.css',
+
'2022/styles/main.scss',
'2022/more.scss',
'chunks/edit.scss',
'2022/styles/main.scss',
'2022/more.scss',
'chunks/edit.scss',
@@
-67,6
+70,7
@@
PIPELINE = {
'css/new.book.css',
'annoy/banner.scss',
'annoy/book_text.scss',
'css/new.book.css',
'annoy/banner.scss',
'annoy/book_text.scss',
+ '2022/styles/reader_player.scss',
'css/master.picture.css',
],
'css/master.picture.css',
],
@@
-141,6
+145,9
@@
PIPELINE = {
'source_filenames': [
'2022/scripts/vendor.js',
'contrib/jquery-ui-1.13.1.custom/jquery-ui.js',
'source_filenames': [
'2022/scripts/vendor.js',
'contrib/jquery-ui-1.13.1.custom/jquery-ui.js',
+ 'contrib/leaflet-1.9.4/leaflet.js',
+ 'contrib/leaflet.markercluster-1.4.1/leaflet.markercluster.js',
+
'js/search.js',
'js/2022.js',
'2022/book/filter.js',
'js/search.js',
'js/2022.js',
'2022/book/filter.js',