Don't pipeline in dev environment, which means that there is no need to run collectstatic either. Hooray\!
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<script type="text/javascript" src="${static.url('js/jquery-1.6.2.min.js')}"></script>
|
||||
<script type="text/javascript" src="${static.url('js/jquery-ui-1.8.16.custom.min.js')}"></script>
|
||||
<script type="text/javascript" src="${static.url('js/swfobject/swfobject.js')}"></script>
|
||||
<script type="text/javascript" src="${static.url('js/application.js')}"></script>
|
||||
<%static:js group='application'/>
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
<script src="${static.url('js/html5shiv.js')}"></script>
|
||||
|
||||
Reference in New Issue
Block a user