grunt execution stops batch script grunt execution stops batch script windows windows

grunt execution stops batch script


grunt is somewhat behaves like a .bat (windows batch) file or a batch program. Hence within a batch program, if you want to execute another batch program, you have to prefix call before it.

call grunt --force