From 72c6a6e3fcb108571a21aa31a3e10c57a63dd6d7 Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Mon, 22 Jul 2013 14:55:08 -0500 Subject: [PATCH] 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. --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) 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