Skip to content

Instantly share code, notes, and snippets.

@nnarhinen
Created December 9, 2014 08:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nnarhinen/dde9f1eb0cece58817c9 to your computer and use it in GitHub Desktop.
Save nnarhinen/dde9f1eb0cece58817c9 to your computer and use it in GitHub Desktop.
dist/application.min.js
.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