webjars / webjars-play

MIT License
80 stars 34 forks source link

update webjars-locator due to NPE #45

Closed jirihelmich closed 10 years ago

jirihelmich commented 10 years ago

All instructions in the guide and in the Webjars documentation leads to NPE:

e.g.

[NullPointerException: null]
5        var require = {
6            callback: function() {
7            // default requirejs configs
8                @for(webJarJson <- org.webjars.RequireJS.getSetupJson(routes.WebJarAssets.at("").url).values()) {

It's probably related to

https://github.com/webjars/webjars-locator/issues/60

jamesward commented 10 years ago

Thanks! This will be released shortly as 2.3.0-1.

jirihelmich commented 10 years ago

Works like a charm. Thanks!