Created
November 16, 2015 12:41
-
-
Save nbari/2076143cebd4a516e754 to your computer and use it in GitHub Desktop.
Makefile npm, bower
This file contains 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: all test build deps | |
all: deps | |
deps: | |
npm install | |
bower --force install | |
build: | |
grunt production && tar -jcf app.bz2 dist/ | |
test: deps | |
test: | |
grunt test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment