Pedro Antonio Souza Viegas

Results 4 comments of Pedro Antonio Souza Viegas

Can you share what are the next things you have in mind? I really liked the project, in fact I had started writing something very similar. Luckily I found this...

So, I have figured out how to read the webjar file ``` scala Assets.resourceNameAt("/" + WebJarAssetLocator.WEBJARS_PATH_PREFIX, WebJarAssets.locate("react.min.js")) .flatMap(AssetInfo.resource) .map(url => { new String(readStream(url.openStream())) }) ``` There should be a better...

In a running play app inside a controller. The code in my previous comment actually works, but I am guessing there should a better way. :)