mirror of
https://github.com/ansible/awx.git
synced 2026-02-17 19:20:05 -03:30
Adding minified js steps to packaging plus other minor fixes
* Added a new make tarket (minjs) to run the compile script and modified the sdist target to require it * Minor fixes to packaging to chown/chmod the SECRET_KEY file to the proper user and permissions
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
recursive-include awx *.py
|
||||
recursive-include awx/static *.ico
|
||||
recursive-include awx/templates *.html
|
||||
recursive-include awx/ui *.html *.js
|
||||
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/lib/site-packages *
|
||||
@@ -10,6 +10,7 @@ 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 COPYING
|
||||
prune awx/public
|
||||
prune awx/projects
|
||||
|
||||
Reference in New Issue
Block a user