generator-simple-static-site
v0.3.1
Published
Simple static HTML site generator for Yeoman
Downloads
1
Readme
Simple Static Site Generator
A simple, static HTML site generator for Yeoman with the following features:
- NPM used for dependencies and scripting
- Grunt for build
- libsass for CSS pre-compilation
- CSS, Javascript and Image mini-fication
- Livereload demo mode
To install and run:
- Install Yeoman
- Install this generator by running
npm install -g generator-simple-static-site
- Scaffold your app by running
yo simple-static-site