Index: third_party/node/node_modules.py |
diff --git a/third_party/node/node_modules.py b/third_party/node/node_modules.py |
index 9f30711cafbd6c9c646e985e7f7a0c5668db87fc..5f8b00c2611fe07d392826027e25032f97a9f2d0 100755 |
--- a/third_party/node/node_modules.py |
+++ b/third_party/node/node_modules.py |
@@ -25,5 +25,5 @@ def PathToPolymerCssBuild(): |
return _path_in_node_modules('polymer-css-build', 'bin', 'polymer-css-build') |
-def PathToUglifyJs(): |
- return _path_in_node_modules('uglifyjs', 'bin', 'uglifyjs') |
+def PathToClosureCompiler(): |
+ return _path_in_node_modules('google-closure-compiler-js', 'cmd.js') |