diff options
author | James Cammarata <jimi@sngx.net> | 2013-07-22 21:55:08 +0200 |
---|---|---|
committer | James Cammarata <jimi@sngx.net> | 2013-07-22 21:55:08 +0200 |
commit | 72c6a6e3fcb108571a21aa31a3e10c57a63dd6d7 (patch) | |
tree | 5b4d8782ec256ef93e3f92bb6ab9f63aa933f329 /MANIFEST.in | |
parent | AC-234 one or more projects can be assigned to a project from the Projects tab. (diff) | |
download | awx-72c6a6e3fcb108571a21aa31a3e10c57a63dd6d7.tar.xz awx-72c6a6e3fcb108571a21aa31a3e10c57a63dd6d7.zip |
Adding config.js to the MANIFEST.in file and a mininfy compile script fix
Added a "-e" to the shebang in the compile.sh script for the minification
process so that errors during the compilation will break the build rather
than failing silently.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 671f1ab28b..5e9db94c9a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -12,6 +12,7 @@ recursive-include config/rpm * recursive-exclude awx devonly.py* recursive-exclude awx/settings local_settings.py* include awx/ui/static/js/awx-min.js +include awx/ui/static/js/config.js include COPYING prune awx/public prune awx/projects |