Browse Source

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

v0.7.4-release
Bert Belder 14 years ago
committed by Ryan Dahl
parent
commit
9032bfce59
  1. 1
      tools/jsmin.py
  2. 3
      tools/jsmin.py

1
tools/jsmin.py

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

3
tools/jsmin.py

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