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/"
'js/base.js',
'pdcounter/pdcounter.js',
'sponsors/js/sponsors.js',
-
+ 'player/openplayer.js',
'js/search.js',
),
'output_filename': 'js/base.min.js',
'output_filename': 'js/player.min.js',
},
'book': {
- 'source_filenames': ('js/jquery.eventdelegation.js', 'js/jquery.scrollto.js', 'js/jquery.highlightfade.js', 'js/book.js',),
+ 'source_filenames': [
+ 'js/jquery.eventdelegation.js',
+ 'js/jquery.scrollto.js',
+ 'js/jquery.highlightfade.js',
+ 'js/book.js',
+ 'player/openplayer.js',
+ ],
'output_filename': 'js/book.min.js',
},
'book_ie': {