Merge pull request #103 from nextcloud/nightly
Fix paths to use local bower/grunt installation
This commit is contained in:
2
Makefile
2
Makefile
@@ -23,7 +23,7 @@ clean-dist:
|
|||||||
|
|
||||||
install-deps:
|
install-deps:
|
||||||
cd js && npm install --deps
|
cd js && npm install --deps
|
||||||
cd js && bower install
|
cd js && ./node_modules/.bin/bower install
|
||||||
|
|
||||||
build: build-js
|
build: build-js
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
build:
|
build:
|
||||||
grunt build
|
./node_modules/.bin/grunt build
|
||||||
|
|
||||||
watch:
|
watch:
|
||||||
grunt watch
|
./node_modules/.bin/grunt watch
|
||||||
|
|
||||||
install:
|
install:
|
||||||
npm install
|
npm install
|
||||||
bower install
|
./node_modules/.bin/bower install
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user