Skip to content

Commit

Permalink
don't lint min files
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Mar 12, 2024
1 parent c8c4f8c commit 4898e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const task = require('./gulp.d/tasks')
const glob = {
all: [srcDir, previewSrcDir],
css: `${srcDir}/css/**/*.css`,
js: ['gulpfile.js', 'gulp.d/**/*.js', `${srcDir}/{helpers,js}/**/*.js`],
js: ['gulpfile.js', 'gulp.d/**/*.js', `${srcDir}/helpers/*.js`, `${srcDir}/js/**/+([^.])?(.bundle).js`],
}

const cleanTask = createTask({
Expand Down

0 comments on commit 4898e9a

Please sign in to comment.