Create Makefile for setup developer environment (fix #220)

Esse commit está contido em:
sualko
2015-11-27 12:37:55 +01:00
commit 9222428702
+6
Ver Arquivo
@@ -0,0 +1,6 @@
all: install
grunt build
install:
git submodule update --init
npm install
bower install