Clean up broccoli build

This commit is contained in:
Joe Fiorini
2015-02-02 18:17:40 -05:00
parent 30a3de4198
commit 2eb16eb04e
2 changed files with 84 additions and 112 deletions

View File

@@ -15,14 +15,14 @@
<link rel="stylesheet" href="{{ STATIC_URL }}lib/codemirror/addon/lint/lint.css" />
<link rel="stylesheet" href="{{ STATIC_URL }}lib/novus-nvd3/nv.d3.css" type="text/css">
<link rel="stylesheet" href="{{ STATIC_URL }}dist/awx.min.css" type="text/css">
<link rel="stylesheet" href="{{ STATIC_URL }}dist/tower.min.css" type="text/css">
<link rel="shortcut icon" href="{{ STATIC_URL }}img/favicon.ico" />
<script>
var $basePath = "{{ STATIC_URL }}";
</script>
<script src="{{ STATIC_URL }}dist/tower-concat.js"></script>
<script src="{{ STATIC_URL }}dist/tower.concat.js"></script>
</head>
<body>