README
polymer
Pre-processor system for automatic template compiling.
Usage
var polymer = require('polymer')
var poly = polymer.root('path/to/project')
project.render('index.jade', function(error, body){
console.log(body)
})
Pre-processor for the Harp APF
<script type="module">
import polymer from 'https://cdn.skypack.dev/polymer';
</script>
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)
})