1.3.6 • Published 4 years ago

webpack-pug-generator v1.3.6

Weekly downloads
7
License
MIT
Repository
github
Last release
4 years ago

Webpack Pug Generator

A simple package to build pug files to html, using webpack.

Usage

//...code above

const fastpack = require('fastpack-js'); //import the fastpack plugin

let templates = []; //array to push the files
let files = fs.readdirSync('views/'); //fs.readdirSync
fastpack.pugBuilder(templates, 'views/', files); //function with the arguments;

//...webpack config below
1.3.6

4 years ago

1.3.5

4 years ago

1.3.0

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago