komposable / komponent

An opinionated way of organizing front-end code in Ruby on Rails, based on components
http://komponent.io
MIT License
427 stars 31 forks source link

Add static pages support to Styleguide #114

Open nicolas-brousse opened 6 years ago

nicolas-brousse commented 6 years ago

Support for adding static pages: add routes in the engine, so you just have to create the views in app/views/komponent/static/

Needs #95 to be merged first