Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2010-11-18 12:37:13 +0300
committerRyan Dahl <ry@tinyclouds.org>2010-11-30 10:46:17 +0300
commit9032bfce593d12fd1b779c112feed87ad406356d (patch)
tree2b7f517941ca9c2bf31781a24409166a248b2570 /tools
parentaed0ba3211bf33314351572bc71b66b8b42fde87 (diff)
win: Symlink to jsmin.py doesn't work on windows
Diffstat (limited to 'tools')
-rw-r--r--[l---------]tools/jsmin.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/jsmin.py b/tools/jsmin.py
index 76e4845a60a..d03f1dcab52 120000..100644
--- a/tools/jsmin.py
+++ b/tools/jsmin.py
@@ -1 +1,3 @@
-../deps/v8/tools/jsmin.py \ No newline at end of file
+import sys
+sys.path.append("../deps/v8/tools")
+import jsmin