More work on new HTML reader.
[wolnelektury.git] / wolnelektury / settings / static.py
index 798f5af..fd99d38 100644 (file)
@@ -107,7 +107,11 @@ PIPELINE_JS = {
     },
     'book_text': {
         'source_filenames': [
+            'js/jquery.form.js',
+            'js/jquery.jqmodal.js',
             'js/book_text/*.js',
+            'js/locale.js',
+            'js/dialogs.js',
         ],
         'output_filename': 'js/book_text.js',
     },