Verison 1.0.3 Release
Based on Buildbotics 0.4.14
This commit is contained in:
11
pug-opts.js
Normal file
11
pug-opts.js
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
pretty: true,
|
||||
filters: {
|
||||
browserify: function (text, options) {
|
||||
return require('child_process').execSync(
|
||||
`./node_modules/.bin/browserify - --basedir src/js`,
|
||||
{input: text}
|
||||
).toString()
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user