mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
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.
20 lines
668 B
Plaintext
20 lines
668 B
Plaintext
recursive-include awx *.py
|
|
recursive-include awx/static *.ico
|
|
recursive-include awx/templates *.html
|
|
recursive-include awx/ui *.html
|
|
recursive-include awx/ui/static *.css *.ico *.png *.gif *.jpg
|
|
recursive-include awx/ui/static *.eot *.svg *.ttf *.woff *.otf
|
|
recursive-include awx/ui/static/lib *
|
|
recursive-include awx/lib/site-packages *
|
|
recursive-include config *
|
|
recursive-include config/deb *
|
|
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
|
|
prune awx/ui/static/lib/jstree/_*
|