sbt / sbt-rjs

RequireJs optimizer plugin for sbt-web
Other
39 stars 28 forks source link

Update r.js dependency #43

Closed zoltan-o closed 10 years ago

zoltan-o commented 10 years ago

I was wondering if it would be possible to update the r.js dependency to the latest version (2.1.15)?

huntc commented 10 years ago

Sure thing - care to raise a PR?

zoltan-o commented 10 years ago

I don't mind raising a PR for the plugin, however I realised that it depends on a modified version of r.js. So I'm not sure if it's necessary to keep keep those changes in the webjar or is it okay if I use the original version of r.js in the new webjar.

huntc commented 10 years ago

The modification we did was to include a PR that we had on r.js, so updating the WebJar should now be fine. The PR was merged several months ago: https://github.com/jrburke/r.js/pull/630