mediamonks / muban

A backend-agnostic framework to enhance server-rendered HTML using a modern webpack development setup.
https://mediamonks.github.io/muban/
39 stars 15 forks source link

Newlines in <link> tags in a component template results in the style not being loaded #61

Closed art0rz closed 6 years ago

art0rz commented 6 years ago

As the title implies.

For example writing this:

<link rel="stylesheet"
      href="./some-stylesheet.scss">
ThaNarie commented 6 years ago

Fixed in https://github.com/mediamonks/muban-core/commit/6c2b7500939c0b4c6b6f45bb774c4164c9777e3f (muban-core v1.9.2 is being published and dep will be updated afterwards)