Otto Chrons

Results 65 comments of Otto Chrons

It doesn't seem to help. I think the problem is already in generating the request, as I'm seeing: ``` http://localhost:8000/moduleserve/mod/src/Index.bs/__mod/omit ``` which is already missing the .js suffix. Perhaps because...

This popped up due to Reason React quick-start template starting to use moduleserve (instead of webpack dev server), and Ant Design depending on omit.js, so the combo didn't work. So...

If I look at the resolving algorithm at https://nodejs.org/api/modules.html#modules_all_together there is no dropping of `.js` suffix when loading modules. So is that even needed?

If you can fix it with a PR, that would be great! :)

There are plans, but if someone wants to have a go at it, I'm happy to take a PR ;) Quite busy with other stuff myself at the moment.

You need to load the CSS files in correct order, first the Bootstrap base CSS, then any theming to override the defaults. If you are using LESS (like the tutorial...

This is how the integration is done in Paradox: https://github.com/lightbend/paradox/blob/5fe342ddb90fe8414055c1b54b47dd8873f1fe2f/core/src/main/scala/com/lightbend/paradox/markdown/Directive.scala#L333

With the new Jekyll integration functionality in ScalaFiddle, this is now quite trivial https://github.com/scalafiddle/scalafiddle-core/tree/master/integrations/jekyll Would be nice to have real gem plugin support, though :)

Yeah, let's figure out how to move it under Scala Center as I don't have the time to maintain it anymore.

This is now documented in http://www.scala-js.org/doc/interoperability/facade-types.html