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`)