Created
August 19, 2014 15:06
-
-
Save mbritton/84a7bdf67c6576c1e0fb to your computer and use it in GitHub Desktop.
Grunt shell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| shell: { | |
| multiple: { | |
| command: [ | |
| 'cd <%= cordovaProjectName %>', | |
| 'cordova build', | |
| 'cordova emulate ios' | |
| ].join('&&') | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment