build:
	./node_modules/.bin/grunt build

watch:
	./node_modules/.bin/grunt watch

install:
	npm install
	./node_modules/.bin/bower install

