Pre-processor for the Harp APF
npm install polymer
Pre-processor system for automatic template compiling.
var polymer = require('polymer') var poly = polymer.root('path/to/project')
project.render('index.jade', function(error, body){ console.log(body) })