mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 03:31:10 -03:30
Clean up broccoli build
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user