2014-08-05 17:39:55 +02:00
|
|
|
({
|
|
|
|
baseUrl: "../",
|
|
|
|
name: "components/almond/almond.js",
|
|
|
|
out: "../builds/converse.website-no-otr.min.js",
|
|
|
|
include: ['main'],
|
|
|
|
tpl: {
|
|
|
|
// Use Mustache style syntax for variable interpolation
|
|
|
|
templateSettings: {
|
|
|
|
evaluate : /\{\[([\s\S]+?)\]\}/g,
|
|
|
|
interpolate : /\{\{([\s\S]+?)\}\}/g
|
|
|
|
}
|
|
|
|
},
|
2014-10-06 21:10:07 +02:00
|
|
|
map: {
|
|
|
|
// '*' means all modules will get 'jquery-private'
|
|
|
|
// for their 'jquery' dependency.
|
|
|
|
'*': { 'jquery': 'jquery-private' },
|
|
|
|
// 'jquery-private' wants the real jQuery module
|
|
|
|
// though. If this line was not here, there would
|
|
|
|
// be an unresolvable cyclic dependency.
|
|
|
|
'jquery-private': { 'jquery': 'jquery' }
|
|
|
|
},
|
2014-08-05 17:39:55 +02:00
|
|
|
paths: {
|
2014-09-17 23:32:54 +02:00
|
|
|
"backbone": "components/backbone/backbone",
|
|
|
|
"backbone.browserStorage": "components/backbone.browserStorage/backbone.browserStorage",
|
|
|
|
"backbone.overview": "components/backbone.overview/backbone.overview",
|
2014-10-07 18:17:19 +02:00
|
|
|
"bootstrapJS": "components/bootstrapJS/index", // XXX: Only required for https://conversejs.org website
|
2014-09-17 23:32:54 +02:00
|
|
|
"converse-dependencies": "src/deps-website-no-otr",
|
|
|
|
"converse-templates": "src/templates",
|
|
|
|
"eventemitter": "components/otr/build/dep/eventemitter",
|
|
|
|
"jquery": "components/jquery/dist/jquery",
|
2014-10-06 21:10:07 +02:00
|
|
|
"jquery-private": "src/jquery-private",
|
2014-10-07 18:17:19 +02:00
|
|
|
"jquery.browser": "components/jquery.browser/index",
|
|
|
|
"jquery.easing": "components/jquery-easing-original/index", // XXX: Only required for https://conversejs.org website
|
2014-09-17 23:32:54 +02:00
|
|
|
"moment": "components/momentjs/moment",
|
|
|
|
"strophe": "components/strophe/strophe",
|
|
|
|
"strophe.disco": "components/strophe.disco/index",
|
|
|
|
"strophe.muc": "components/strophe.muc/index",
|
|
|
|
"strophe.roster": "components/strophe.roster/index",
|
|
|
|
"strophe.vcard": "components/strophe.vcard/index",
|
|
|
|
"text": 'components/requirejs-text/text',
|
|
|
|
"tpl": 'components/requirejs-tpl-jcbrand/tpl',
|
2014-10-07 18:17:19 +02:00
|
|
|
"typeahead": "components/typeahead.js/index",
|
2014-09-17 23:32:54 +02:00
|
|
|
"underscore": "components/underscore/underscore",
|
|
|
|
"utils": "src/utils",
|
|
|
|
|
|
|
|
// Locales paths
|
|
|
|
"locales": "locale/locales",
|
|
|
|
"jed": "components/jed/jed",
|
|
|
|
"af": "locale/af/LC_MESSAGES/af",
|
|
|
|
"de": "locale/de/LC_MESSAGES/de",
|
|
|
|
"en": "locale/en/LC_MESSAGES/en",
|
|
|
|
"es": "locale/es/LC_MESSAGES/es",
|
|
|
|
"fr": "locale/fr/LC_MESSAGES/fr",
|
|
|
|
"he": "locale/he/LC_MESSAGES/he",
|
|
|
|
"hu": "locale/hu/LC_MESSAGES/hu",
|
|
|
|
"id": "locale/id/LC_MESSAGES/id",
|
|
|
|
"it": "locale/it/LC_MESSAGES/it",
|
|
|
|
"ja": "locale/ja/LC_MESSAGES/ja",
|
|
|
|
"nl": "locale/nl/LC_MESSAGES/nl",
|
|
|
|
"pt_BR": "locale/pt_BR/LC_MESSAGES/pt_BR",
|
|
|
|
"ru": "locale/ru/LC_MESSAGES/ru",
|
|
|
|
"zh": "locale/zh/LC_MESSAGES/zh",
|
|
|
|
|
|
|
|
// Templates
|
|
|
|
"action": "src/templates/action",
|
|
|
|
"add_contact_dropdown": "src/templates/add_contact_dropdown",
|
|
|
|
"add_contact_form": "src/templates/add_contact_form",
|
|
|
|
"change_status_message": "src/templates/change_status_message",
|
|
|
|
"chat_status": "src/templates/chat_status",
|
|
|
|
"chatarea": "src/templates/chatarea",
|
|
|
|
"chatbox": "src/templates/chatbox",
|
|
|
|
"chatroom": "src/templates/chatroom",
|
2014-09-22 18:17:40 +02:00
|
|
|
"chatroom_password_form": "src/templates/chatroom_password_form",
|
2014-09-17 23:32:54 +02:00
|
|
|
"chatroom_sidebar": "src/templates/chatroom_sidebar",
|
|
|
|
"chatrooms_tab": "src/templates/chatrooms_tab",
|
|
|
|
"chats_panel": "src/templates/chats_panel",
|
|
|
|
"choose_status": "src/templates/choose_status",
|
|
|
|
"contacts_panel": "src/templates/contacts_panel",
|
|
|
|
"contacts_tab": "src/templates/contacts_tab",
|
|
|
|
"controlbox": "src/templates/controlbox",
|
|
|
|
"controlbox_toggle": "src/templates/controlbox_toggle",
|
|
|
|
"field": "src/templates/field",
|
|
|
|
"form_checkbox": "src/templates/form_checkbox",
|
|
|
|
"form_input": "src/templates/form_input",
|
|
|
|
"form_select": "src/templates/form_select",
|
|
|
|
"group_header": "src/templates/group_header",
|
|
|
|
"info": "src/templates/info",
|
|
|
|
"login_panel": "src/templates/login_panel",
|
|
|
|
"login_tab": "src/templates/login_tab",
|
|
|
|
"message": "src/templates/message",
|
|
|
|
"new_day": "src/templates/new_day",
|
|
|
|
"occupant": "src/templates/occupant",
|
|
|
|
"pending_contact": "src/templates/pending_contact",
|
|
|
|
"pending_contacts": "src/templates/pending_contacts",
|
|
|
|
"requesting_contact": "src/templates/requesting_contact",
|
|
|
|
"requesting_contacts": "src/templates/requesting_contacts",
|
|
|
|
"room_description": "src/templates/room_description",
|
|
|
|
"room_item": "src/templates/room_item",
|
|
|
|
"room_panel": "src/templates/room_panel",
|
|
|
|
"roster": "src/templates/roster",
|
|
|
|
"roster_item": "src/templates/roster_item",
|
|
|
|
"search_contact": "src/templates/search_contact",
|
|
|
|
"select_option": "src/templates/select_option",
|
|
|
|
"status_option": "src/templates/status_option",
|
|
|
|
"toggle_chats": "src/templates/toggle_chats",
|
|
|
|
"toolbar": "src/templates/toolbar",
|
|
|
|
"trimmed_chat": "src/templates/trimmed_chat"
|
2014-08-05 17:39:55 +02:00
|
|
|
}
|
|
|
|
})
|