We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d018b2 commit 108a003Copy full SHA for 108a003
1 file changed
gulpfile.babel.js
@@ -134,6 +134,7 @@ gulp.task('build', ['compile-css', 'compile-js']);
134
gulp.task('connect', function() {
135
136
connect.server({
137
+ port: 80,
138
livereload: true
139
});
140
0 commit comments