From 09252409b228535c82561f6b43a8367aaa5ea66c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ste=CC=81phane=20Goetz?= Date: Mon, 20 Jul 2015 22:35:37 +0200 Subject: [PATCH] Update grunt configuration for the embedded web server --- Gruntfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 827541d..b80e9cf 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -11,7 +11,8 @@ module.exports = function (grunt) { options: { keepalive: true, open: true, - port: 8085 + port: 8085, + router: "index.php" } } },