mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 01:13:14 +01:00
fix local server address
This commit is contained in:
parent
296b1339ec
commit
a9f75418fe
@ -73,8 +73,8 @@ gulp.task('js:build', function() {
|
||||
gulp.task('serve', ['browser-sync', 'run-server', 'sass:build', 'sass:watch', 'copy'], function() {
|
||||
bundle(true);
|
||||
|
||||
// opens the browser window with the correct url, which is localhost.com
|
||||
opn('http://www.localhost.com:3000');
|
||||
// opens the browser window with the correct url, which is localhost:300
|
||||
opn('http://localhost:3000');
|
||||
});
|
||||
|
||||
gulp.task('jest', function(done) {
|
||||
|
Loading…
Reference in New Issue
Block a user