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/"
 
             'css/social/shelf_tags.css',
             'css/ui-lightness/jquery-ui-1.8.16.custom.css',
+
+            'css/annoy.css',
         ],
         'output_filename': 'css/compressed/all.css',
     },
     'book': {
         'source_filenames': [
             'css/master.book.css',
+
+            'css/annoy.css',
         ],
         'output_filename': 'css/compressed/book.css',
     },
             'pdcounter/pdcounter.js',
             'sponsors/js/sponsors.js',
             'player/openplayer.js',
-
             'js/search.js',
+
+            'js/annoy.js',
             ),
         'output_filename': 'js/base.min.js',
     },
             'js/jquery.highlightfade.js',
             'js/book.js',
             'player/openplayer.js',
+
+            'js/annoy.js',
         ],
         'output_filename': 'js/book.min.js',
     },