A parser for fis to compile jade file. Output html
- complie jade template to html file
- Automatically resolve the path of resource include by 'extend', 'include' commands
$ npm ssssss--save-dev-from-test-1
fis.match('test.jade', {
parser: fis.plugin('jade-to-html', {
pretty: true,
// variables you want to give to the template complie function, JSON Format.
data: headerVars
}),
rExt: 'html'
})