diff --git a/gulpfile.js b/gulpfile.js index 8baeb3538..1965afd19 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -35,7 +35,7 @@ const css = { _optimizeCSSForRelease() { return gulp.src(path.join(outputPath, 'css', 'style.css')) .pipe(cleanCSS()) - .pipe(gulp.dest(outputPath)) + .pipe(gulp.dest(path.join(outputPath, 'css'))) }, }