6
Makefile
6
Makefile
@@ -27,11 +27,11 @@ install-deps:
|
|||||||
|
|
||||||
build: build-js
|
build: build-js
|
||||||
|
|
||||||
build-js:
|
build-js: install-deps
|
||||||
$(MAKE) -C js build
|
cd js && ./node_modules/.bin/grunt build
|
||||||
|
|
||||||
watch:
|
watch:
|
||||||
$(make) -C js watch
|
cd js && ./node_modules/.bin/grunt watch
|
||||||
|
|
||||||
# appstore: clean install-deps
|
# appstore: clean install-deps
|
||||||
appstore: clean-build build
|
appstore: clean-build build
|
||||||
|
|||||||
10
js/Makefile
10
js/Makefile
@@ -1,10 +0,0 @@
|
|||||||
build:
|
|
||||||
./node_modules/.bin/grunt build
|
|
||||||
|
|
||||||
watch:
|
|
||||||
./node_modules/.bin/grunt watch
|
|
||||||
|
|
||||||
install:
|
|
||||||
npm install
|
|
||||||
./node_modules/.bin/bower install
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user