diff --git a/gulpfile.js b/gulpfile.js index 8d2cea34..ddf0bc8e 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -16,9 +16,6 @@ const onError = (error) => { const sassOptions = {style: 'compressed'}; -//cief todo: gulp -// const ASSET_URL = process.env.ASSET_URL; - gulp.task('vendorJs', () => { fancyLog('Compiling vendor JS dependencies'); @@ -33,7 +30,6 @@ 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}))