Grunt plugin for Styleguide.js
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/