@ergosign/grunt-assemble-kss
v0.2.10
Published
KSS Style Guide Generator plugin for Assemble
Downloads
20
Readme
grunt-assemble-kss
KSS Style Guide Generator plugin for Assemble
Getting Started
$ npm i grunt-assemble-kss --save-dev
Next, register the plugin with Assemble:
assemble: {
options: {
plugins: ['grunt-assemble-kss', 'other/plugins/*'],
kss: {
src: "test/fixtures/scss",
src_mask: "*.scss",
overviewMarkdownFile:"styleguide.md",
dest: "test/actual",
template: "test/fixtures/layouts/style-guide-layout.hbs",
templateIframe: "test/fixtures/layouts/iframe-content.hbs"
}
}
}
Options
Contributing
We welcome all kinds of contributions!
Author
Ergosign
License
Copyright © 2015 Ergosign Released under the MIT license.