Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/cpetta/GulpDev
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris committed Mar 7, 2019
2 parents e56d2c8 + abc7ac8 commit 5cea33d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ This task will watch for files changing just like 'gulp watch', but instead of p

## 7. gulp sync
This task is the same as gulp watch, but in addition, it runs a webserver on port 3000.
You can open up your website in the browser, if a file in the 'dev' folder changes, it will be processed, and the browser will reload or update with the change.
Additionally, if multiple browsers/devices load your webpage, scrolling, clicking, and typing are all duplicated across instances.
dev/index.html will open in the browser, and if any file in the 'dev' folder changes, it will be processed. After which, the browser will automatically reload to reflect the change.
Additionally, when multiple browsers or devices connect to the web server, then scrolling, clicking, and typing are all duplicated across instances.

# Development Enviroment Setup
Want to help with the development of gulpdev or, like living on the edge, using the latest dependency versions?
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"jshint-more-stylish": "^1.0.1",
"jshint-stylish": "^2.2.1",
"make-dir": "^2.0.0",
"nyc": "^13.3.0",
"postcss-preset-env": "^6.5.0",
"postcss-reporter": "^6.0.1",
"postcss-syntax": "^0.36.2",
Expand All @@ -71,6 +70,7 @@
"devDependencies": {
"coveralls": "^3.0.3",
"mocha": "^6.0.1",
"nyc": "^13.3.0",
"xo": "^0.24.0"
}
}

0 comments on commit 5cea33d

Please sign in to comment.