Skip to content

Instantly share code, notes, and snippets.

@nbari
Created November 16, 2015 12:41
Show Gist options
  • Save nbari/2076143cebd4a516e754 to your computer and use it in GitHub Desktop.
Save nbari/2076143cebd4a516e754 to your computer and use it in GitHub Desktop.
Makefile npm, bower
.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