xmpp.chapril.org-conversejs/src/build-no-dependencies.js

47 lines
961 B
JavaScript
Raw Normal View History

({
baseUrl: "../",
2016-08-23 11:35:34 +02:00
name: "almond",
out: "../dist/converse-no-dependencies.min.js",
2017-02-15 20:33:47 +01:00
include: ["converse"],
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"
],
exclude: [
2017-02-15 20:33:47 +01:00
"awesomplete",
"jquery",
"jquery.noconflict",
"backbone.browserStorage",
"backbone.overview",
"moment_with_locales",
"strophe",
"strophe.disco",
"strophe.rsm",
"strophe.vcard",
"strophe.ping",
"otr",
"lodash"
],
wrap: {
startFile: "start.frag",
endFile: "end-no-dependencies.frag"
},
mainConfigFile: "config.js"
})