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:
parent
55e7e28f36
commit
2d25156654
@ -139,6 +139,7 @@ module.exports = function(grunt){
|
|||||||
server: {
|
server: {
|
||||||
options: {
|
options: {
|
||||||
port: 1337,
|
port: 1337,
|
||||||
|
hostname: '*',
|
||||||
base: '_site'
|
base: '_site'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user