Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e774acc1c..c683abd38 100644
--- a/Makefile
+++ b/Makefile
@@ -22,15 +22,20 @@ install-deps: install-composer-deps install-npm-deps install-bower-deps
install-composer-deps: composer.phar
php composer.phar install
-install-npm-deps: package.json
+install-npm-deps:
npm install --production
+install-npm-deps-dev:
+ npm install --deps
+
install-bower-deps: bower.json install-npm-deps
./node_modules/bower/bin/bower install
optimize-js: install-deps
./node_modules/requirejs/bin/r.js -o build.js
+dev-setup: install-composer-deps install-npm-deps-dev install-bower-deps
+
update-composer:
rm -f composer.lock
git rm -r vendor