xmpp.chapril.org-conversejs/src/build-no-dependencies.js
JC Brand c0c4cd9272 Rename builds directory to dist
To conform with how many other projects name their directories.
2016-02-28 09:00:22 +00:00

47 lines
972 B
JavaScript

({
baseUrl: "../",
name: "components/almond/almond.js",
out: "../dist/converse-no-dependencies.min.js",
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",
"underscore"
],
wrap: {
endFile: "wrapper-end.js"
},
insertRequire: ['converse'],
mainConfigFile: '../main.js'
})