chore: build assets to Common wwwroot

This commit is contained in:
Oliver Booth 2023-08-12 20:33:00 +01:00
parent f49b8aee9c
commit a6a0adc419
Signed by: oliverbooth
GPG Key ID: B89D139977693FED
1 changed files with 1 additions and 1 deletions

View File

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