2013-08-25 23:25:13 +02:00
|
|
|
({
|
|
|
|
baseUrl: ".",
|
|
|
|
name: "components/almond/almond.js",
|
|
|
|
out: "converse.min.js",
|
|
|
|
include: ['main'],
|
|
|
|
paths: {
|
|
|
|
"jquery": "components/jquery/jquery",
|
|
|
|
"jed": "components/jed/jed",
|
|
|
|
"locales": "locale/locales",
|
|
|
|
"af": "locale/af/LC_MESSAGES/af",
|
|
|
|
"en": "locale/en/LC_MESSAGES/en",
|
|
|
|
"de": "locale/de/LC_MESSAGES/de",
|
|
|
|
"es": "locale/es/LC_MESSAGES/es",
|
2013-09-12 15:49:44 +02:00
|
|
|
"fr": "locale/fr/LC_MESSAGES/fr",
|
2013-08-25 23:25:13 +02:00
|
|
|
"it": "locale/it/LC_MESSAGES/it",
|
|
|
|
"pt_BR": "locale/pt_BR/LC_MESSAGES/pt_BR",
|
2013-08-28 00:30:22 +02:00
|
|
|
"jquery.tinysort": "components/tinysort/src/jquery.tinysort",
|
2013-08-25 23:25:13 +02:00
|
|
|
"underscore": "components/underscore/underscore",
|
|
|
|
"backbone": "components/backbone/backbone",
|
2013-08-28 00:30:22 +02:00
|
|
|
"backbone.localStorage": "components/backbone.localStorage/backbone.localStorage",
|
2013-08-25 23:25:13 +02:00
|
|
|
"strophe": "components/strophe/strophe",
|
|
|
|
"strophe.muc": "components/strophe.muc/index",
|
|
|
|
"strophe.roster": "components/strophe.roster/index",
|
|
|
|
"strophe.vcard": "components/strophe.vcard/index",
|
|
|
|
"strophe.disco": "components/strophe.disco/index"
|
|
|
|
}
|
|
|
|
})
|