Skip to content

Commit

Permalink
Update gulpfile.js
Browse files Browse the repository at this point in the history
  • Loading branch information
localzet committed Feb 9, 2024
1 parent c1ced75 commit 45b3a2b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions git/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -759,6 +759,11 @@ if (args.presets && fs.existsSync(build.config.path.src + '/sass/presets')) {
}, build.build);
}

// tasks.push((cb) => {

// cb();
// });

// entry point
const compile = gulp.series(...tasks);

Expand Down

0 comments on commit 45b3a2b

Please sign in to comment.