added node_modules, and references to them to eliminate relying on cdn's

This commit is contained in:
Walker Waylon Scott 2017-07-25 07:48:51 -05:00
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
View 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" %*
)