Enable DEBUGGING mode, which loads the individual script files rather than the minimized bundles created by grunt
This commit is contained in:
parent
9e4a8097af
commit
ede8ed21f4
4 changed files with 28 additions and 9 deletions
|
@ -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>
|
||||
|
||||
|
|
Reference in a new issue