2016-02-26 18:28:18 +01:00
|
|
|
({
|
|
|
|
baseUrl: "../",
|
2016-08-23 11:35:34 +02:00
|
|
|
name: "almond",
|
2016-02-28 10:00:22 +01:00
|
|
|
out: "../dist/converse-no-dependencies.min.js",
|
2017-02-15 20:33:47 +01:00
|
|
|
include: ["converse"],
|
2016-02-28 01:53:44 +01:00
|
|
|
excludeShallow: [
|
2017-02-15 20:33:47 +01:00
|
|
|
"locales",
|
|
|
|
"text!af",
|
|
|
|
"text!de",
|
|
|
|
"text!en",
|
|
|
|
"text!es",
|
|
|
|
"text!fr",
|
|
|
|
"text!he",
|
|
|
|
"text!hu",
|
|
|
|
"text!id",
|
|
|
|
"text!it",
|
|
|
|
"text!ja",
|
|
|
|
"text!nb",
|
|
|
|
"text!nl",
|
|
|
|
"text!pl",
|
|
|
|
"text!pt_BR",
|
|
|
|
"text!ru",
|
|
|
|
"text!uk",
|
|
|
|
"text!zh"
|
2016-02-28 01:53:44 +01:00
|
|
|
],
|
2016-02-26 18:28:18 +01:00
|
|
|
exclude: [
|
2017-02-15 20:33:47 +01:00
|
|
|
"awesomplete",
|
|
|
|
"jquery",
|
|
|
|
"jquery-private",
|
2016-02-26 18:28:18 +01:00
|
|
|
"backbone.browserStorage",
|
|
|
|
"backbone.overview",
|
|
|
|
"moment_with_locales",
|
|
|
|
"strophe",
|
|
|
|
"strophe.disco",
|
|
|
|
"strophe.rsm",
|
|
|
|
"strophe.vcard",
|
2016-02-27 17:16:04 +01:00
|
|
|
"strophe.ping",
|
2016-02-26 18:28:18 +01:00
|
|
|
"otr",
|
2017-01-26 10:08:43 +01:00
|
|
|
"lodash"
|
2016-02-26 18:28:18 +01:00
|
|
|
],
|
|
|
|
wrap: {
|
2017-02-27 08:42:17 +01:00
|
|
|
startFile: "start.frag",
|
|
|
|
endFile: "end-no-dependencies.frag"
|
2016-02-26 18:28:18 +01:00
|
|
|
},
|
2017-02-27 08:42:17 +01:00
|
|
|
mainConfigFile: "config.js"
|
2016-02-26 18:28:18 +01:00
|
|
|
})
|