Skip to content

Instantly share code, notes, and snippets.

@rhumlover
Created October 21, 2013 16:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rhumlover/7086955 to your computer and use it in GitHub Desktop.
Save rhumlover/7086955 to your computer and use it in GitHub Desktop.
"open" task can specify another target browser instead of the default one
grunt.initConfig({
open: {
server: {
path: "http://localhost:<%= connect.options.port %>",
app: "Google Chrome Canary"
}
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment