mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 15:02:07 -03:30
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.
This commit is contained in:
parent
dd6a6039a7
commit
72c6a6e3fc
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user