jpw
jpw
As per [internal discussions](https://github.com/springernature/frontend-open-space/issues/147) (yet to be made public).
Hi, thanks for releasing a new version. Why is v3 a breaking change please? It's not clear to me from the changelog, and there is no migration guide. This would...
In the interests of inclusivity and empathy the default branch should be renamed. I will do this when the current batch of work has been completed.
The "[Other Static Assets](https://github.com/springernature/shunter/blob/master/docs/usage/resources.md#other-static-assets)" functionality appears to only work in prod, not dev. This appears to be because [worker.js](https://github.com/springernature/shunter/blob/0c46cc3453fa2cb7392a490552df3ad2c8a6d4cd/lib/worker.js#L35) calls `serve-static` in prod and Mincer in dev. The docu implies...
Mincer appears to be [no longer actively maintained](https://github.com/nodeca/mincer/issues/233#issuecomment-298042303). Looks like we should remove this dependency of shunters, ideally providing an upgrade path. Suggestions? :)
`compile.js` fails if `public/resources` & `resources/js` is empty. All the user gets is an unhelpful `Caught exception: TypeError: Cannot convert undefined or null to object` with no line number. I...
If port is not specified we get a spawn loop. Not great I guess, but not sure if this is a thing to be fixed. Maybe we should catch this...
Answer: UTF 8 everywhere, font choices, and MathJax
Hi there, Just started using the package, looks really handy! Was playing with building via ST3, nice, but not something I would use regularly. However, now it seems to auto-build...