0.2.10 • Published 2 years ago

@ergosign/grunt-assemble-kss v0.2.10

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Build Status Dependencies

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.