Reset.bat now works without global grunt installation

This commit is contained in:
Dan Cuellar
2013-05-15 14:06:39 -07:00
parent b58e01766c
commit 61d9332c9b
+3 -3
View File
@@ -13,12 +13,12 @@ echo.
echo =====Resetting Android=====
echo.
echo grunt configAndroidBootstrap
call grunt configAndroidBootstrap
call node_modules\.bin\grunt configAndroidBootstrap
echo.
echo gruntbuildAndroidBootstrap
call grunt buildAndroidBootstrap
call node_modules\.bin\grunt buildAndroidBootstrap
echo.
echo grunt setConfigVer:android
call grunt setConfigVer:android
call node_modules\.bin\grunt setConfigVer:android
echo.
echo =====Reset Complete=====