install:
	sudo npm install
	bower install

generate:
	grunt requirejs

test:
	grunt karma

.PHONY: test
