From a6a0adc419a02679ebd7eec2d3dd9ac81d6ec8c0 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Sat, 12 Aug 2023 20:33:00 +0100 Subject: [PATCH] chore: build assets to Common wwwroot --- Gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gulpfile.js b/Gulpfile.js index d36925d..c8da2b6 100644 --- a/Gulpfile.js +++ b/Gulpfile.js @@ -7,7 +7,7 @@ const terser = require('gulp-terser'); const webpack = require('webpack-stream'); const srcDir = 'src'; -const destDir = 'OliverBooth/wwwroot'; +const destDir = 'OliverBooth.Common/wwwroot'; function compileSCSS() { return gulp.src(`${srcDir}/scss/**/*.scss`)