Felix Dietze

Results 133 comments of Felix Dietze

You can combine the hot reloading as described in https://github.com/scalacenter/scalajs-bundler/issues/180#issuecomment-378008812 with https://github.com/spray/sbt-revolver Working example here: https://github.com/woost/wust2/blob/master/build.sbt#L154

> You don't seem to be having much luck! Haha, yes :smile: I hope I can help improve this awesome piece of software a bit! Catching the error and "go...

If you use a custom webpack config you can even serve multiple directories by passing an array of absolute paths to contentBase. This works well for me. AFAIK you cannot...

What can I do to try fixing this myself?

I'm working on finding a minimal test-case now...

@oyvindberg I'm trying to follow . But when trying to run the tests as stated in the docs, nothing is running. Any hint? ``` root> testOnly org.scalablytyped.converter.internal.importer.ImporterTest [info] Passed: Total...

Ok... Running it in Ubuntu with java 1.8 and `testOnly org.scalablytyped.converter.internal.importer.ImporterTest213` finally does something. I think I can work with that.

Thank you very much! I'll test your proposed workaround.