Django 1.6;
[fnp-django-template.git] / src / project_name / settings / static.py
index d506058..9349365 100644 (file)
@@ -27,6 +27,7 @@ PIPELINE_CSS = {
 PIPELINE_JS = {
     'base': {
         'source_filenames': (
+            'jquery.min.js',
         ),
         'output_filename': 'compressed/base.js',
     },