Enable DEBUGGING mode, which loads the individual script files rather than the minimized bundles created by grunt

This commit is contained in:
Joseph Schorr 2014-04-15 16:35:15 -04:00
parent 9e4a8097af
commit ede8ed21f4
4 changed files with 28 additions and 9 deletions

View file

@ -14,7 +14,7 @@
{% block body_content %}
<!-- Note: Must be in the <body> tag -->
<script src="static/lib/jquery.overscroll.min.js"></script>
<script src="static/standalonelib/jquery.overscroll.min.js"></script>
<div ng-view></div>