1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-11-22 01:46:51 +01:00

wildcard host for dev server

This commit is contained in:
Matthias Kretschmann 2013-11-21 23:40:53 +01:00
parent 55e7e28f36
commit 2d25156654

View File

@ -139,6 +139,7 @@ module.exports = function(grunt){
server: { server: {
options: { options: {
port: 1337, port: 1337,
hostname: '*',
base: '_site' base: '_site'
} }
} }