From 118f38fa48d2a1568e52b9eb2bf318ee24a71037 Mon Sep 17 00:00:00 2001 From: jrdbnntt Date: Mon, 2 Jan 2017 02:50:45 -0500 Subject: [PATCH] gulpfile fix --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 44cead7..eb085ac 100755 --- a/gulpfile.js +++ b/gulpfile.js @@ -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)); });