GITLAB
Mauricio Cattafi
/ wrapper-demo
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
c53004c4999f6d69111443d35cb80314c96322b5
Authored by
Marcelo Puebla
2019-10-17 15:21:06 -0300
1 parent
9d2a057421
Exists in
master
Cambiado puerto.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
gulpfile.js
Side-by-side Diff
Inline Diff
gulpfile.js
Diff comments
View file @
c53004c
...
...
@@ -82,7 +82,7 @@ gulp.task('webserver', function() {
82
82
pump [
83
83
connect.server(
84
84
{
85
- port:
8086
,
85
+ port:
4203
,
86
86
host: '0.0.0.0',
87
87
livereload: true
88
88
}