skulptur

Results 28 issues of skulptur

This one is not a matter of just updating the library since all versions are problematic.

As we work on frontend coding standards, we also need to make sure that our official projects are up to date and point there. This info is therefore outdated: https://github.com/mediamonks/muban/blob/master/docs/02-setup-guide.md#code-quality

We include seng-generator by default as a dependency now, and we added the command `yarn generate` for `sg wizard`. That means devs don't need to install seng-generator globally anymore, and...

We are using this project widely, and having a logo would give it more professionalism. My main use case for now is in internal communication such as presentations and slack...

Muban is structured by default with the concept of blocks and components. We could improve UX and SEO by splitting the code (and styles?) for either just blocks, or both...

I haven't directly tested [Turbolinks ](https://github.com/turbolinks/turbolinks) with Muban, but skimming over its documentation looked like it should work out-of-the-box. If that is the case, we could get a much better...

When generating a component directly inside /block or /general, or even with another level of nesting, it will always produce incorrect code due to relative import of '../AbstractComponent' I suggest...

Muban is currently very configuration centric using Yaml/Json files for pages and data mocking. That means developers lose the ability to write logic to adapt to specific project needs. Yalm/Json...

enhancement