We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Each time a change happens to a less file, the entirety of the files are ran through the linter.
I have tried with/without the spawn/cwd options on the watch.
Ideas? Thanks.
Snipped - watch block.
watch: { lesslint: { files: [ '<%= codebase %>**/_less/*.less', '!<%= codebase %><%= bootstrap %>_less/**/*.less' ], tasks: [ 'newer:lesslint:module' ], options: { spawn: false, cwd: '<%= codebase %>' } }, }
Snipped - lesslint block.
lesslint: { module: { src: [ '<%= codebase %>**/_less/*.less', '!<%= codebase %><%= bootstrap %>_less/**/*.less' ], }, imports: { src: [ '<%= codebase %><%= bootstrap %>_less/imports.less' ] } },
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Each time a change happens to a less file, the entirety of the files are ran through the linter.
I have tried with/without the spawn/cwd options on the watch.
Ideas? Thanks.
Snipped - watch block.
Snipped - lesslint block.
The text was updated successfully, but these errors were encountered: