Skip to content

Instantly share code, notes, and snippets.

@mbritton
Created August 19, 2014 15:06
Show Gist options
  • Select an option

  • Save mbritton/84a7bdf67c6576c1e0fb to your computer and use it in GitHub Desktop.

Select an option

Save mbritton/84a7bdf67c6576c1e0fb to your computer and use it in GitHub Desktop.
Grunt shell
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