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-04-24 13:14:00 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2016-04-24 16:02:44 +0300
commitdaae379c87b178411f48fcd6ac5f84cd00cc1e29 (patch)
tree7b0f13931ef85138fe58ad8860c60be6ccd86c12
parent169297299783702b0ac1824c245c874dc7e44ab5 (diff)
don't require init when building the optimized js file
-rw-r--r--build.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/build.js b/build.js
index 607b0cf1f..f94712db1 100644
--- a/build.js
+++ b/build.js
@@ -11,11 +11,10 @@
({
baseUrl: 'js',
mainConfigFile: 'js/require_config.js',
- name: 'init',
+ name: 'app',
out: 'js/mail.min.js',
insertRequire: [
'app',
- 'init',
'notification'
]
})