mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
Write final output to awx/ui/static/dist
This commit is contained in:
parent
f4350f4a28
commit
c81681cc1a
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,6 +15,7 @@ awx/tower_warnings.log
|
||||
tower/tower_warnings.log
|
||||
celerybeat-schedule
|
||||
awx/ui/static/docs
|
||||
awx/ui/static/dist
|
||||
|
||||
# Python & setuptools
|
||||
__pycache__
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
</script>
|
||||
|
||||
<script src="{{ STATIC_URL }}lib/less.js/dist/less-1.6.2.min.js"></script>
|
||||
<script src="{{ STATIC_URL }}dist/tower-concat.min.js"></script>
|
||||
<script src="{{ STATIC_URL }}dist/tower-concat.js"></script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user