@ergosign/grunt-assemble-kss

0.2.10 • Public • Published

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.

Package Sidebar

Install

npm i @ergosign/grunt-assemble-kss

Weekly Downloads

1

Version

0.2.10

License

MIT

Unpacked Size

123 kB

Total Files

13

Last publish

Collaborators

  • ergosign-dev
  • philippone
  • grouchal
  • bjoern.bg