Skip to content

Commit aaee767

Browse files
committed
feat: Include error reporting in the console.
1 parent 7968632 commit aaee767

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/gulp/assemble.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ module.exports = function(gulp, options) {
6969
app.helpers(handlebarsCustomHelpers);
7070

7171
app.toStream('pages')
72+
.pipe(plumber())
7273
.pipe(app.renderFile('hbs'))
7374
.pipe(changed(appDest, { extension: '.html', hasChanged: changed.compareContents }))
7475
.on('error', function(err) {

0 commit comments

Comments
 (0)