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:
James Cammarata 2013-07-22 14:55:08 -05:00
parent dd6a6039a7
commit 72c6a6e3fc

View File

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