added node_modules, and references to them to eliminate relying on cdn's
This commit is contained in:
parent
5535ce916f
commit
50b88bf435
192 changed files with 31317 additions and 20 deletions
7
src/static/node_modules/.bin/json2dsv.cmd
generated
vendored
Normal file
7
src/static/node_modules/.bin/json2dsv.cmd
generated
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
@IF EXIST "%~dp0\node.exe" (
|
||||
"%~dp0\node.exe" "%~dp0\..\d3-dsv\bin\json2dsv" %*
|
||||
) ELSE (
|
||||
@SETLOCAL
|
||||
@SET PATHEXT=%PATHEXT:;.JS;=;%
|
||||
node "%~dp0\..\d3-dsv\bin\json2dsv" %*
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue