使用yeoman navdrawer模板构建Oracle Jet应用程序并尝试编写我需要执行的一些公共任务(例如:构建,部署在远程服务器上,...)。
如果我在Windows上使用以下命令创建test.bat:
grunt build
echo "next command is an echo"
不执行echo命令
Running "build" task
Running "oraclejet-build:undefined" (oraclejet-build) task
Oracle JET Grunt plugin
Processing Grunt command...
JET Warning: Missing platform. Default to web.
Oracle JET Tooling
cleaning staging path.....
copy files to staging directory.....
copy finished...
copy library files to staging directory.....
copy finished...
compiling sass....
sass compile finished...
running theme injection task.....
indexHtml theme path injection finished..
running theme copy task.....
theme copy finished...
running injection task.....
mainJs paths injection finished..
Done.
然后返回命令行..
为什么不执行echo命令?
答案 0 :(得分:0)