2013-08-25 23:25:13 +02:00
|
|
|
({
|
2013-11-17 15:55:38 +01:00
|
|
|
baseUrl: "../",
|
2013-08-25 23:25:13 +02:00
|
|
|
name: "components/almond/almond.js",
|
2013-11-17 15:55:38 +01:00
|
|
|
out: "../builds/converse-no-otr.min.js",
|
2013-08-25 23:25:13 +02:00
|
|
|
include: ['main'],
|
2014-06-30 14:48:24 +02:00
|
|
|
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-10-28 17:40:18 +01:00
|
|
|
mainConfigFile: '../main.js',
|
2013-08-25 23:25:13 +02:00
|
|
|
paths: {
|
2014-10-28 17:40:18 +01:00
|
|
|
"converse-dependencies": "src/deps-no-otr"
|
2013-08-25 23:25:13 +02:00
|
|
|
}
|
|
|
|
})
|