Commit d33faa53 authored by JC Brand's avatar JC Brand

Small change to remove need for jquery-private-external.js updates #269

parent 992b35bd
......@@ -18,6 +18,7 @@ Changelog
* #251 Non-minified builds for debugging. [jcbrand]
* #264 Remove unnecessary commas for ie8 compatibility. [Deuteu]
* #267 Unread messages counter wrongly gets incremented by chat state notifications. [Deuteu]
* #269 Add new build that does not include jQuery. [gbonvehi]
0.8.3 (2014-09-22)
------------------
......
......@@ -10,19 +10,9 @@
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',
paths: {
"converse-dependencies": "src/deps-full",
"jquery": "src/jquery-external",
"jquery-private": "src/jquery-private-external",
"jquery": "src/jquery-external"
}
})
define(['jquery'], function (jq) {
return jq;
});
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment