GITLAB
viithiisys
/ adminAcufuel
Toggle navigation
Sign in
Sign in
Activity
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
cf6180b0da6e0e72ec22639f637b54d3f2e1c461
Authored by
Rishav
2017-03-28 07:35:57 -0400
1 parent
5c6477d3d4
Exists in
master
minor change
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
Gruntfile.js
Side-by-side Diff
Inline Diff
Gruntfile.js
Diff comments
View file @
cf6180b
...
...
@@ -23,7 +23,7 @@ module.exports = function (grunt) {
23
23
connect: {
24
24
options: {
25
25
port: 9000,
26
- hostname: '
localhost
',
26
+ hostname: '
0.0.0.0
',
27
27
livereload: 35729
28
28
},
29
29
livereload: {
...
...