Package Exports
- generator-kss-starter
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (generator-kss-starter) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Yeoman KSS starter
A Yeoman generator that scaffolds a living Sass styleguide with KSS and Grunt.
Features
- Sass compilation with either Ruby or LibSass.
- KSS (thanks to kss-node) installed and ready to go.
- Grunt task that make building the styleguide a cinch.
- Run the styleguide locally with a development server.
- Lint task included to help keep your code neat.
Getting started
- Install
npm install -g generator-kss-starter. - Run
yo kss-starter. - Done!
Grunt tasks
From the commandline, you can run $grunt to see a list of available tasks.
grunt ksscompiles Sass and builds the KSS styleguidegrunt kss:servespins up a development server at http://localhost:9000grunt lintruns scss-lint against your Sass files