mirror of
https://github.com/ansible/awx.git
synced 2026-05-12 03:47:36 -02:30
Don't forget to minify the js during sdist
This commit is contained in:
2
Makefile
2
Makefile
@@ -204,7 +204,7 @@ release_clean:
|
|||||||
-(rm *.tar)
|
-(rm *.tar)
|
||||||
-(rm -rf ($RELEASE))
|
-(rm -rf ($RELEASE))
|
||||||
|
|
||||||
sdist: clean
|
sdist: clean minjs
|
||||||
if [ "$(OFFICIAL)" = "yes" ] ; then \
|
if [ "$(OFFICIAL)" = "yes" ] ; then \
|
||||||
$(PYTHON) setup.py release_build; \
|
$(PYTHON) setup.py release_build; \
|
||||||
else \
|
else \
|
||||||
|
|||||||
Reference in New Issue
Block a user