win: Symlink to jsmin.py doesn't work on windows

This commit is contained in:
Bert Belder
2010-11-18 10:37:13 +01:00
committed by Ryan Dahl
parent aed0ba3211
commit 9032bfce59

View File

@@ -1 +0,0 @@
../deps/v8/tools/jsmin.py

3
tools/jsmin.py Normal file
View File

@@ -0,0 +1,3 @@
import sys
sys.path.append("../deps/v8/tools")
import jsmin