Skip to content

Commit

Permalink
gulpfile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jrdbnntt committed Jan 2, 2017
1 parent a1ce34d commit 118f38f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ gulp.task('html', function() {
return gulp.src(getViewFiles(dirs.viewSrc, 'pug'))
.pipe(pug({
pretty: true,
locals: require(locals)
locals: locals
}))
.pipe(gulp.dest(dirs.viewDst));
});
Expand Down

0 comments on commit 118f38f

Please sign in to comment.