Skip to content

Commit 275b2f1

Browse files
committed
Fix web build.
1 parent 965df2e commit 275b2f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module.exports = function(grunt) {
3535
"*/\n",
3636
build_dir: "dist",
3737
// Parser lib copy for versions that can't use requirejs
38-
parserlib: "node_modules/parserlib/dist/node-parserlib.js",
38+
parserlib: "node_modules/parserlib/dist/parserlib.js",
3939
// clone copy for versions that can't use requirejs
4040
clone: "node_modules/clone/clone.js",
4141
// Core CSSLint files used by most versions

0 commit comments

Comments
 (0)