Skip to content

Commit

Permalink
fix(client-script): serve cached/gzipped client JS file - fixes #657
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Osbourne committed Jun 17, 2015
1 parent 45b3dab commit dbe9ffe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"anymatch": "^1.3.0",
"async-each-series": "^0.1.1",
"browser-sync-client": "^2.1.0",
"browser-sync-client": "^2.2.1",
"browser-sync-ui": "^0.5.9",
"chokidar": "^1.0.3",
"connect": "^3.3.5",
Expand All @@ -51,7 +51,7 @@
"portscanner": "^1.0.0",
"query-string": "^2.3.0",
"resp-modifier": "^4.0.2",
"serve-index": "^1.6.4",
"serve-index": "^1.7.0",
"serve-static": "^1.9.3",
"socket.io": "^1.3.5",
"ua-parser-js": "^0.7.7",
Expand Down

3 comments on commit dbe9ffe

@shinnn
Copy link
Contributor

@shinnn shinnn commented on dbe9ffe Jun 17, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shakyShane I'll tell you in advance that we don't need to publish a new version for this change because npm automatically updates them correctly when users re-install Browsersync. https://nodesource.com/blog/semver-tilde-and-caret

@shakyShane
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point, although in this case there are also some follow-up changes to Browsersync (to support the proxy) so we'll need to.

@shinnn
Copy link
Contributor

@shinnn shinnn commented on dbe9ffe Jun 17, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🆗

Please sign in to comment.