grunt
生成事件,后期生成事件命令行:
CD "$(ProjectDir)Assets\Build\grunt"
if exist "$(ProjectDir)Assets\Build\grunt\node_modules" (
grunt
) else (
if exist "$(SolutionDir)ComLib\grunt\node_modules" (
Robocopy "$(SolutionDir)ComLib\grunt" "$(ProjectDir)Assets\Build\grunt" /E
grunt
)
)