0.0.2 • Published 10 years ago

generator-gaffa v0.0.2

Weekly downloads
6
License
MIT
Repository
github
Last release
10 years ago

generator-gaffa

Yeoman generator for Gaffa.js

Assumes you want to use Stylus as your css preprocessor

To install

You will need yeoman

npm install yeoman -g
npm install generator-gaffa -g

To start a new Gaffa application

Create a new folder for your app

mkdir yourApp
cd yourApp
yo gaffa

This will install Gaffa.js and dependencies. It will also present some command-line options for setting up your app.

Developing

You will develop your application in the /app/ folder. To preview in a webpage run:

grunt server

This will present a browserified app using grunt-browserfiy which watches the following two files for changes:

app/scripts/app.js
app/styles/styles.styl

Develop your app by modifying these two files.

License

MIT License

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

11 years ago