We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7edd65e commit d86380bCopy full SHA for d86380b
gruntfile.js
@@ -41,7 +41,7 @@ module.exports = function (grunt) {
41
42
csslint: {
43
build: {
44
- src: ['widgets/**/*.css'],
+ src: ['widgets/**/*.css', '!widgets/**/*{.,-}min.css'],
45
options: {
46
csslintrc: '.csslintrc'
47
}
0 commit comments