sbt / sbt-rjs

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

SbtRjs does not compile against sbt-web 1.4.0 #66

Closed fredericnowak closed 7 years ago

fredericnowak commented 8 years ago

The syncMappings method signature has changed with the new cacheName argument with lead to a NoSuchMethodError when using sbt-rjs with sbt-web 1.4.0.

fredericnowak commented 8 years ago

sbt scripted works on my local machine but fails on travis.

alaz commented 8 years ago

This is a bummer when using Play as a web framework. Apparently no one is using Play as such.

danielnixon commented 7 years ago

Fixed in my fork. Try addSbtPlugin("org.danielnixon" % "sbt-rjs" % "1.0.9").

benmccann commented 7 years ago

Fixed