chore: build assets to Common wwwroot
This commit is contained in:
parent
f49b8aee9c
commit
a6a0adc419
@ -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`)
|
||||
|
Loading…
Reference in New Issue
Block a user