Skip to content

Commit

Permalink
Fixing #16
Browse files Browse the repository at this point in the history
  • Loading branch information
mininao committed Jul 15, 2015
1 parent 7e5492e commit bad9abe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/templates/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"dependencies": {},
"devDependencies": {
"browser-sync": "^0.9.1",
"browser-sync": "~2.7.1",
"main-bower-files": "^2.4.1",
"gulp": "^3.6.2",
"gulp-cache": "^0.2.4",
Expand Down
2 changes: 1 addition & 1 deletion app/templates/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ gulp.task('serve', ['styles'], function () {
open: false,
hostnameSuffix: ".xip.io"
}, function (err, bs) {
require('opn')(bs.options.url);
require('opn')(bs.options.get('urls').get('local'));
console.log('Started connect web server on ' + bs.options.url);
});
});
Expand Down

0 comments on commit bad9abe

Please sign in to comment.