Jade Plugin for FlatIron
http://twilson63.github.com/jade.plugin/
Add Jade to your FlatIron Apps:
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'});
});
Written by Tom Wilson
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Javascript
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#