Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
agragregra committed Apr 30, 2018
1 parent 1e1168c commit b9d9587
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ gulp.task('browser-sync', function() {
},
notify: false,
// open: false,
// tunnel: true,
// tunnel: "projectname", //Demonstration page: http://projectname.localtunnel.me
// online: false, // Work Offline Without Internet Connection
// tunnel: true, tunnel: "projectname", // Demonstration page: http://projectname.localtunnel.me
})
});

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"author": "WebDesign Master",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.23.7",
"browser-sync": "^2.24.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-clean-css": "^3.9.3",
Expand Down

0 comments on commit b9d9587

Please sign in to comment.