sbt / sbt-rjs

RequireJs optimizer plugin for sbt-web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update r.js dependency

zoltan-o opened this issue · comments

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

Sure thing - care to raise a PR?

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.

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: requirejs/r.js#630