Don't pipeline in dev environment, which means that there is no need to run collectstatic either. Hooray\!

This commit is contained in:
Calen Pennington
2012-05-18 15:37:57 -04:00
parent 6b15303d89
commit d2ec58c06e
10 changed files with 31 additions and 48 deletions

View File

@@ -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>