From c012f245615421a500face662e7eebd4d7fdbad0 Mon Sep 17 00:00:00 2001 From: Brian Daley Date: Thu, 2 Apr 2015 22:37:28 -0400 Subject: [PATCH] Force browser to open --- Gruntfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 74ab16d..67204c9 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -9,7 +9,8 @@ module.exports = function(grunt) { options: { port: 8080, base: './', - keepalive: true + keepalive: true, + open: true } },