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 965df2e commit 275b2f1Copy full SHA for 275b2f1
Gruntfile.js
@@ -35,7 +35,7 @@ module.exports = function(grunt) {
35
"*/\n",
36
build_dir: "dist",
37
// Parser lib copy for versions that can't use requirejs
38
- parserlib: "node_modules/parserlib/dist/node-parserlib.js",
+ parserlib: "node_modules/parserlib/dist/parserlib.js",
39
// clone copy for versions that can't use requirejs
40
clone: "node_modules/clone/clone.js",
41
// Core CSSLint files used by most versions
0 commit comments