0.5.1 • Published 12 years ago
generator-prototyping v0.5.1
generator-prototyping
Yeoman generator for client side webapp prototyping
Installation
$ npm install -g yo generator-prototypingUsage
$ mkdir prototyping && cd $_
$ yo prototypinggrunt aliases
compile
$ grunt compile- remove files and directories in
public/, withoutpublic/lib/ - copy to
public/fromassets/,css/andjs/ - compile files for Jade, Stylue, Less and CoffeeScript
develop
$ grunt develop- start server at
localhost:8000 - start watch to files and start livereload
watch to files below.
css/**/*.cssjade/**/*.jadestylus/**/*.stylless/**/*.lessjs/**/*.jscoffee/**/*.coffeeassets/**/*
install
$ grunt installdownload libraries using bower, and put to public/lib/.
rebuild
$ grunt rebuildit similar to compile alias. but clean public/, and install libraries with bower.
License
The MIT license. Please see LICENSE file.

