diff options
author | Bert Belder <bertbelder@gmail.com> | 2010-11-18 10:37:13 +0100 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2010-11-29 23:46:17 -0800 |
commit | 9032bfce593d12fd1b779c112feed87ad406356d (patch) | |
tree | 2b7f517941ca9c2bf31781a24409166a248b2570 /tools | |
parent | aed0ba3211bf33314351572bc71b66b8b42fde87 (diff) | |
download | node-new-9032bfce593d12fd1b779c112feed87ad406356d.tar.gz |
win: Symlink to jsmin.py doesn't work on windows
Diffstat (limited to 'tools')
-rw-r--r--[l---------] | tools/jsmin.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/jsmin.py b/tools/jsmin.py index 76e4845a60..d03f1dcab5 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 |