From 24a0e8956cdc82fdfa6b5edb56320e212638cfd0 Mon Sep 17 00:00:00 2001 From: Fil Maj Date: Fri, 21 Jun 2013 14:23:40 -0700 Subject: [PATCH] Accidentally commented "build" out when running ./run --emulator. Whoops D: --- bin/templates/cordova/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/templates/cordova/run b/bin/templates/cordova/run index 9641ab2ba8..47720589f8 100755 --- a/bin/templates/cordova/run +++ b/bin/templates/cordova/run @@ -66,7 +66,7 @@ elif [[ "$#" -eq 1 ]] ; then $DIR/build $DIR/lib/install-device elif [[ $1 == "--emulator" ]] ; then - #$DIR/build + $DIR/build run_on_emulator elif [[ $1 =~ "--target=" ]]; then $DIR/build