gobble-pug
v0.1.1
Published
Compile Pug (Jade) templates with gobble
Downloads
6
Maintainers
Readme
gobble-rev
Compile pug/jade templates with gobble
Installation
First, you need to have gobble installed - see the gobble readme for details. Then,
npm i -D gobble-pug
Usage
gobblefile.js
var gobble = require( 'gobble' );
var templates = gobble( 'src/templates' );
module.exports = templates.transform( 'pug' );
License
MIT. Copyright 2016 Ali Sabil