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:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2016-08-03 14:32:48 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2016-08-22 22:54:49 +0300
commit804c3760d451df3dfd7ce511deb4e7e3d3cef036 (patch)
treebb563f08ea3410d20ab567305517becce69c3c69 /Makefile
parentafb70cf07c10b5fa22cf287b7480449da9b894b3 (diff)
move js build files to 'build' dir
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3e009e8f4..ae4e25fd4 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ install-bower-deps: bower.json install-npm-deps
./node_modules/bower/bin/bower install
optimize-js: install-npm-deps install-bower-deps
- ./node_modules/requirejs/bin/r.js -o build.js
+ ./node_modules/requirejs/bin/r.js -o build/build.js
dev-setup: install-composer-deps install-npm-deps-dev install-bower-deps