mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
Laravel Vapor - attempt to fix a missing asset (Error 403)
This commit is contained in:
Vendored
+2
@@ -33,6 +33,8 @@ gulp.task('vendorJs', () => {
|
||||
|
||||
gulp.task('vendorCss', () => {
|
||||
fancyLog('Compiling vendor CSS dependencies');
|
||||
fancyLog('ASSET_URL: ' + ASSET_URL);
|
||||
|
||||
return gulp.src(pkg.globs.vendorCss)
|
||||
.pipe(plugins.plumber({errorHandler: onError}))
|
||||
.pipe(plugins.print())
|
||||
|
||||
Reference in New Issue
Block a user