2017-05-22 15 views
0

yeoman navdrawer 템플릿으로 Oracle Jet 응용 프로그램을 빌드하고 (예 : 빌드, 원격 서버에 배포 ...) 수행해야 할 일부 공용 작업 스크립트를 작성하려고합니다.Windows 일괄 처리 스크립트에서 grunt 빌드 후 추가 명령을 실행할 수 없습니다.

나는 다음과 창에 TEST.BAT 만드는 경우 :

grunt build 
echo "next command is an 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 명령을 실행하지 않는 이유는 무엇입니까?

답변