git.wincent.com
/
hextrapolate.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
000055a
)
Use the right port number
author
Greg Hurrell <greg@hurrell.net>
Fri, 31 Jul 2015 17:25:54 +0000
(10:25 -0700)
committer
Greg Hurrell <greg@hurrell.net>
Fri, 31 Jul 2015 17:25:54 +0000
(10:25 -0700)
I find this makes all the difference...
gulpfile.babel.js
patch
|
blob
|
history
diff --git
a/gulpfile.babel.js
b/gulpfile.babel.js
index 563f8787500f0f9d9ba023b3e08e29c9103c43c1..45503e4d8c125e2bcef681ab49ae8b4b403ba754 100644
(file)
--- a/
gulpfile.babel.js
+++ b/
gulpfile.babel.js
@@
-46,7
+46,7
@@
gulp.task('webpack-dev-server', callback => {
stats: {
colors: true,
},
- }).listen(
808
0, 'localhost', err => {
+ }).listen(
300
0, 'localhost', err => {
if (err) {
throw new gutil.PluginError('webpack-dev-server', err);
}