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

47 lines
979 B
JavaScript
Raw Normal View History

({
baseUrl: "../",
2016-08-23 11:35:34 +02:00
name: "almond",
out: "../dist/converse-no-dependencies.min.js",
2016-11-07 15:43:48 +01:00
include: ['converse'],
excludeShallow: [
'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: [
'jquery',
'jquery-private',
"backbone.browserStorage",
"backbone.overview",
"moment_with_locales",
"strophe",
"strophe.disco",
"strophe.rsm",
"strophe.vcard",
"strophe.ping",
"typeahead",
"otr",
"lodash"
],
wrap: {
endFile: ["wrapper-no-jquery.js", "wrapper-no-deps.js"]
},
insertRequire: ['converse'],
mainConfigFile: '../config.js'
})