0.1.1 • Published 8 years ago
generator-wizardry v0.1.1
Wizardry
Yeoman generator of multilingual websites
Contents
- Generates the website with Assemble
- Includes Bootstrap and the Bootflat theme
- Includes Font Awesome fonts
- Stylesheets processed with Less
- Concatenates and compresses the JavaScript and CSS files
- Wires the bower dependencies with grunt-wiredep
- Minifies the images with grunt-imagemin and grunt-svgmin
Installation
- Intall:
npm install -g generator-wizardry
- Run:
yo wizardry
The generator will try to install the dependencies running npm install
and bower install
for you.
Usage
- Build:
grunt build
- Preview:
grunt serve