1
0
Fork 0

wildcard host for dev server

This commit is contained in:
Matthias Kretschmann 2013-11-21 23:40:53 +01:00
parent 55e7e28f36
commit 2d25156654
1 changed files with 1 additions and 0 deletions

View File

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