Created
December 9, 2014 08:41
-
-
Save nnarhinen/dde9f1eb0cece58817c9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dist/application.min.js |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.PHONY: release | |
#also has dist/application.min.js task defined | |
release: dist/application.min.js | |
npm version patch | |
git add -f dist/application.min.js | |
git commit -m "Build release assets" | |
git push heroku master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment