clean push in prod

vnext
Paul Schneider 5 years ago
parent 07c921cd37
commit 100dc12406
1 changed files with 3 additions and 0 deletions

@ -63,6 +63,9 @@ else
$(error EPRODANDGITSTATUS! Refus de pousser en production: des changements doivent être validés auprès du contrôle de versions.) $(error EPRODANDGITSTATUS! Refus de pousser en production: des changements doivent être validés auprès du contrôle de versions.)
endif endif
cleanPublish: pushInPre pushInProd
rm -rf bin/output/
%.min.js: %.js %.min.js: %.js
jsmin < $^ > $@ jsmin < $^ > $@

Loading…