Skip to content

Commit

Permalink
🔧 chore(gulpfile.js): Remove all build for next build
Browse files Browse the repository at this point in the history
  • Loading branch information
Spiderpig86 committed Jan 2, 2025
1 parent 7e10065 commit 12eea37
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 28,819 deletions.
3 changes: 1 addition & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ generateGulpBuild(`all`, `src/cirrus-all.scss`, `cirrus-all`, `./dist/`);
// 0.8.0 beta builds
generateGulpBuild(`next-ext`, `next/src/cirrus-ext.scss`, `cirrus`, `./next/dist/`);
generateGulpBuild(`next-core`, `next/src/cirrus-core.scss`, `cirrus-core`, `./next/dist/`);
// generateGulpBuild(`next-all`, `next/src/cirrus-all.scss`, `cirrus-all`, `./next/dist/`);

// source file name
// file name
Expand Down Expand Up @@ -130,6 +129,6 @@ function generateGulpBuild(taskName, sassFilePath, outputName, distDir) {
gulp.task('watch', () => gulp.watch('./src/**/*.scss', gulp.parallel('minify-ext', 'minify-core', 'minify-all')));

gulp.task('default', gulp.parallel('minify-ext', 'minify-core', 'minify-all'));
gulp.task('next', gulp.parallel('minify-next-core', 'minify-next-ext'));
// gulp.task('next', gulp.parallel('minify-next-core', 'minify-next-ext'));

gulp.task('gzip', gulp.parallel('gzip-ext', 'gzip-core', 'gzip-all'));
Loading

0 comments on commit 12eea37

Please sign in to comment.