Skip to content

Commit

Permalink
Minify nunjucks.js
Browse files Browse the repository at this point in the history
  • Loading branch information
glogiotatidis committed Mar 9, 2016
1 parent 69a261c commit d6db44e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5,415 deletions.
2 changes: 1 addition & 1 deletion snippets/base/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class Media:
}
js = [
'js/lib/jquery-2.2.1.min.js',
'js/lib/nunjucks{0}.js'.format('-dev' if settings.DEBUG else ''),
'js/lib/nunjucks.min.js',
'js/templateDataWidget.js'
]

Expand Down
Loading

0 comments on commit d6db44e

Please sign in to comment.