Package Exports
- generator-kittn
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-kittn) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Generator-Kittn

Yeoman Generator for the Kittn Toolkit. Scaffolds and Prepare the Toolkit for you.
Install
$ npm install -g generator-kittnUsage
Jump in your Working Directory and type:
yo kittnThe Generator will ask you some questions, at the end it will prepare the Project.
Commands
With 3.10.0 i added NPM Script Shorthands
npm run init
Intialize your Project and the Sass Documentation (/sassdocs/)
npm run server
Default Task with BrowserSync
npm run js
Rebuild all JS files, copy - combine - rename.
npm run inlineimages
Rebuild all Image Files for CSS, copy it to distribution, build Bitmap- and Vector Sprites.
npm run contentimages
Rebuild all Image Files for HTML, copy it to distribution, build Bitmap- and Vector Sprites.
gulp copy:bitmaps
Move Image Files from src/stash/images/bitmap-assets to distribution
gulp copy:vectors
Move Image Files from scr/stash/images/svgsingle to distribution
npm run publish
Publish the Project for Production - you can Bump the Version with Enviroment Vars.
Example: $ gulp publish --type=major => for a Major Release
npm run deploy
Minify JS, Images, CSS. Is for a automated Build Process, comes after a Gulp Init.
Dependencies
- Node >= 4.2.x
- Gulp 3.9.0
- Yeoman 1.4.8
Optional Dependencies
- Ruby >= 1.9.0
- Ruby-Sass 3.4.18
- Bower 1.4.0
Special Thanks to
- Hugo Giraudel (@HugoGiraudel) - for his awesome Sass Scripts
- Team Sass - Jacket
Author
Sascha Fuchs @gisugosu
Licence
MIT