2017-05-22 3 views
0

Construire une application Oracle Jet avec le modèle yeoman navdrawer et essayer de scripter certaines tâches communes que je dois faire (ex: build, déployer sur un serveur distant, ...).Impossible d'exécuter des commandes supplémentaires après la construction de grunt dans le script de lot Windows

Si je crée un test.bat sur les fenêtres avec les éléments suivants:

grunt build 
echo "next command is an echo" 

La commande echo n'est pas exécutée

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. 

et revenir à la ligne de commande ..

Pourquoi n'exécute-t-il pas la commande echo?

Répondre