From 2d251566546670e6079f3f716dbd315d3d184587 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Thu, 21 Nov 2013 23:40:53 +0100 Subject: [PATCH] wildcard host for dev server --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.js b/Gruntfile.js index c0aed3b2..87b659a2 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -139,6 +139,7 @@ module.exports = function(grunt){ server: { options: { port: 1337, + hostname: '*', base: '_site' } }