22225147ab
renamed nvtooltip.js to tooltip.js and put it into the nv namespace Added a batch file for building on windows.
7 lines
224 B
Batchfile
7 lines
224 B
Batchfile
@echo off
|
|
copy src\intro.js /B + src\core.js /B + src\tooltip.js /B temp1.js /B
|
|
copy src\models\*.js /B + src\charts\*.js /B temp2.js /B
|
|
copy temp1.js /B + temp2.js /B + src\outro.js /B nv.d3.js /B
|
|
del temp1.js
|
|
del temp2.js
|