Is there a clean, "official" way to have multiple styleguides on the same codebase?
Something like:
http://domain.com/public/styleguide
an index page with an intro and links to different sections, e.g. /backend, /marketing, /application
http://domain.com/public/styleguide/backend
the backend index, showing only widgets from the app/assets/stylesheets/backend folder (CSS include is ONLY app/assets/stylesheets/backend.scss
http://domain.com/public/styleguide/marketing
the marketing index, showing only widgets from the app/assets/stylesheets/marketing folder (CSS include is ONLY app/assets/stylesheets/marketing.scss)
etc.
Any ideas?
Is there a clean, "official" way to have multiple styleguides on the same codebase?
Something like:
http://domain.com/public/styleguidean index page with an intro and links to different sections, e.g. /backend, /marketing, /application
http://domain.com/public/styleguide/backendthe backend index, showing only widgets from the
app/assets/stylesheets/backendfolder (CSS include is ONLYapp/assets/stylesheets/backend.scsshttp://domain.com/public/styleguide/marketingthe marketing index, showing only widgets from the
app/assets/stylesheets/marketing folder(CSS include is ONLYapp/assets/stylesheets/marketing.scss)etc.
Any ideas?