статичный
*.html.exports.files = {
templates: {
defaultExtension: 'pug',
joinTo: {
'index.html': 'app/assets/index.pug',
}
}
};
exports.plugins = {
on: [
'pugjs-brunch'
],
pug: {
doctype: 'html',
basedir: 'app',
staticBasedir: 'app/assets',
staticPretty: true,
inlineRuntimeFunctions: false,
compileDebug: false,
sourceMap: false
}
}
Static: Plain HTML files from pug templates in the assets directory