0.1.2 • Published 12 years ago

jade.plugin v0.1.2

Weekly downloads
4
License
-
Repository
github
Last release
12 years ago

jade.plugin

A jade plugin for flatiron

usage

var jade = require('jade.plugin');
app.use(jade.plugin, 
  {dir: __dirname + '/views', ext: '.jade' });

app.router.get('/', function(){
  app.render(this.res, 'index', {title: 'foo'});
});

install

npm install jade.plugin

test

npm test

license

MIT

contributions

pull requests are welcome

thanks

@visionmedia - TJ for Jade @nodejitsu - For Flatiron @nodejs - For NodeJs

0.1.2

12 years ago

0.1.1

12 years ago

0.1.0

12 years ago