Write final output to awx/ui/static/dist

This commit is contained in:
Joe Fiorini 2015-01-28 17:15:10 -05:00
parent f4350f4a28
commit c81681cc1a
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

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

View File

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