from os import path
-from settings.paths import PROJECT_DIR
+from .paths import PROJECT_DIR
# Absolute path to the directory that holds media.
# Example: "/home/media/media.lawrence.com/"
'sponsors/css/sponsors.css',
'css/auth.css',
'funding/funding.scss',
+ 'polls/polls.scss',
'css/form.scss',
'css/social/shelf_tags.css',
'sponsors/js/sponsors.js',
'player/openplayer.js',
'js/search.js',
-
+ 'funding/funding.js',
+
'js/annoy.js',
),
'output_filename': 'js/base.min.js',