11 lines
82 B
Makefile
11 lines
82 B
Makefile
default:
|
|
grunt build
|
|
|
|
watch:
|
|
grunt watch
|
|
|
|
install:
|
|
npm install
|
|
bower install
|
|
|