Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Force browser to open
  • Loading branch information
bpd01001 committed Apr 3, 2015
1 parent 020c83d commit c012f24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gruntfile.js
Expand Up @@ -9,7 +9,8 @@ module.exports = function(grunt) {
options: {
port: 8080,
base: './',
keepalive: true
keepalive: true,
open: true
}
},

Expand Down

0 comments on commit c012f24

Please sign in to comment.