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

build.js - github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 607b0cf1f51ced31c9c9fd29c7490f1c7441e927 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/**
 * ownCloud - Mail
 *
 * This file is licensed under the Affero General Public License version 3 or
 * later. See the COPYING file.
 *
 * @author Christoph Wurst <christoph@winzerhof-wurst.at>
 * @copyright Christoph Wurst 2015
 */

({
	baseUrl: 'js',
	mainConfigFile: 'js/require_config.js',
	name: 'init',
	out: 'js/mail.min.js',
	insertRequire: [
		'app',
		'init',
		'notification'
	]
})