From bf97c596c9f133e85d729a6683744bd2862116ec Mon Sep 17 00:00:00 2001 From: Jeff Avallone Date: Sat, 29 Jul 2017 20:54:27 -0400 Subject: [PATCH] Fixing SVG CSS import when using alternate build dir --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index fcd7ae2..179681f 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -70,7 +70,7 @@ gulp.task('markup', 'Build markup into ./build directory.', ['webpack'], functio bustCache: true }); hbStream.partials({ - svg_styles: fs.readFileSync(__dirname + '/build/css/svg.css').toString() + svg_styles: fs.readFileSync(config.buildRoot + '/css/svg.css').toString() }); if (process.env.GA_PROP) { hbStream.data({