6
Makefile
6
Makefile
@@ -27,11 +27,11 @@ install-deps:
|
||||
|
||||
build: build-js
|
||||
|
||||
build-js:
|
||||
$(MAKE) -C js build
|
||||
build-js: install-deps
|
||||
cd js && ./node_modules/.bin/grunt build
|
||||
|
||||
watch:
|
||||
$(make) -C js watch
|
||||
cd js && ./node_modules/.bin/grunt watch
|
||||
|
||||
# appstore: clean install-deps
|
||||
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