Skip to content

Commit

Permalink
fix(proxy): Bump Foxy to fix issues with redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
shakyShane committed Nov 8, 2014
1 parent 9d056ff commit e2f30be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ module.exports.createProxy = function (options, scripts, bs) {
});

return foxy.init(
options.proxy,
options.proxy.target,
snippetUtils.getRegex(options.snippet),
snippetUtils.getProxyMiddleware(scripts, options.scriptPaths.versioned),
function () {}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "browser-sync",
"description": "Live CSS Reload & Browser Syncing",
"version": "1.6.3",
"version": "1.6.4",
"homepage": "https://github.com/shakyshane/browser-sync",
"author": {
"name": "Shane Osbourne"
Expand Down Expand Up @@ -39,7 +39,7 @@
"easy-extender": "^2.0.0",
"eazy-logger": "1.4.0",
"emitter-steward": "0.0.1",
"foxy": "^3.0.0",
"foxy": "^4.0.3",
"glob-watcher": "0.0.6",
"localtunnel": "^1.3.0",
"lodash": "~2.4.1",
Expand Down

0 comments on commit e2f30be

Please sign in to comment.