11 lines
140 B
Makefile
11 lines
140 B
Makefile
build:
|
|
./node_modules/.bin/grunt build
|
|
|
|
watch:
|
|
./node_modules/.bin/grunt watch
|
|
|
|
install:
|
|
npm install
|
|
./node_modules/.bin/bower install
|
|
|