mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 07:17:40 -02:30
Compile less with broccoli as well
This commit is contained in:
@@ -15,14 +15,13 @@
|
||||
<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/less" type="text/css" href="{{ STATIC_URL }}less/ansible-ui.less" />
|
||||
<link rel="stylesheet" href="{{ STATIC_URL }}dist/awx.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 }}lib/less.js/dist/less-1.6.2.min.js"></script>
|
||||
<script src="{{ STATIC_URL }}dist/tower-concat.js"></script>
|
||||
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user