aboutsummaryrefslogtreecommitdiffstats
path: root/grunt.js
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2012-10-23 11:54:32 -0400
committerJörn Zaefferer <joern.zaefferer@gmail.com>2012-10-23 11:54:32 -0400
commitb1b07e8046aa0f0b543ade96eb28567af68efb81 (patch)
treee9238ee30d178cd55b558d6e5606ea4433f75829 /grunt.js
parent5e0a2ca1e502c482e3e281d07a37558b75ce3308 (diff)
downloadjquery-ui-b1b07e8046aa0f0b543ade96eb28567af68efb81.tar.gz
jquery-ui-b1b07e8046aa0f0b543ade96eb28567af68efb81.zip
Grunt: Disable csslint's vendor-prefix rule, we're including only the prefixes that are still necessary in supported browsers
Diffstat (limited to 'grunt.js')
-rw-r--r--grunt.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/grunt.js b/grunt.js
index 6e8655b40..96b53fe95 100644
--- a/grunt.js
+++ b/grunt.js
@@ -306,7 +306,8 @@ grunt.initConfig({
"important": false,
"outline-none": false,
// especially this one
- "overqualified-elements": false
+ "overqualified-elements": false,
+ "compatible-vendor-prefixes": false
}
}
},