0.0.3 • Published 8 years ago

roots-jade-loader v0.0.3

Weekly downloads
3
License
-
Repository
github
Last release
8 years ago

roots jade loader

A webpack loader for use within roots-mini

Usage

const template = require('jade!./file.jade')
// => returns file.jade content as string of JSON (via JSON.stringify)
// roots-mini uses JSON.parse() internally to decode

Webpack Documentation: Using loaders

License & Acknowledgements