|
@@ -10,19 +10,9 @@
|
|
interpolate : /\{\{([\s\S]+?)\}\}/g
|
|
interpolate : /\{\{([\s\S]+?)\}\}/g
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- 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' }
|
|
|
|
- },
|
|
|
|
mainConfigFile: '../main.js',
|
|
mainConfigFile: '../main.js',
|
|
paths: {
|
|
paths: {
|
|
"converse-dependencies": "src/deps-full",
|
|
"converse-dependencies": "src/deps-full",
|
|
- "jquery": "src/jquery-external",
|
|
|
|
- "jquery-private": "src/jquery-private-external",
|
|
|
|
|
|
+ "jquery": "src/jquery-external"
|
|
}
|
|
}
|
|
})
|
|
})
|