grunt-styleguidejs
v0.2.0
Published
Grunt plugin for styleguide.js. Generate a styleguide from your CSS, by adding YAML data
Downloads
423
Maintainers
Keywords
Readme
Grunt plugin for Styleguide.js
How to use
Add this to your projects gruntfile.
styleguidejs: {
myTask: {
options: {
// options are passed to Styleguide.js
}
files: {
'styleguide/index.html': ['css/all.css']
}
}
}
For more info and available options see https://github.com/EightMedia/styleguide.js/