mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
win: Symlink to jsmin.py doesn't work on windows
This commit is contained in:
@@ -1 +0,0 @@
|
||||
../deps/v8/tools/jsmin.py
|
||||
3
tools/jsmin.py
Normal file
3
tools/jsmin.py
Normal file
@@ -0,0 +1,3 @@
|
||||
import sys
|
||||
sys.path.append("../deps/v8/tools")
|
||||
import jsmin
|
||||
Reference in New Issue
Block a user