引入luban配表 需要命令行 npm install buffer
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
set WORKSPACE=..\..
|
||||
|
||||
set LUBAN_DLL=Tools\Luban\Luban.dll
|
||||
set CONF_ROOT=DataTables
|
||||
|
||||
dotnet %LUBAN_DLL% ^
|
||||
-t all ^
|
||||
-c typescript-bin ^
|
||||
-d bin ^
|
||||
--conf %CONF_ROOT%\luban.conf ^
|
||||
-x outputCodeDir=assets\scripts\schema ^
|
||||
-x outputDataDir=assets\resources\test ^
|
||||
-x bin.fileExt=bin
|
||||
|
||||
pause
|
||||
Reference in New Issue
Block a user