Skip to content

Commit

Permalink
Pin grunt-connect-proxy to 0.1.10
Browse files Browse the repository at this point in the history
The latest version of grunt-connect-proxy (0.1.11) or the underlying http-proxy
is buggy and produces "fatal error: socket hang up" errors when trying to load
events or tumblr images.

Until this is fixed, pin grunt-connect-proxy to the latest working version
(0.1.10).
  • Loading branch information
blabber authored and elsbrock committed Feb 10, 2015
1 parent b0970b8 commit 6297231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"time-grunt": "~0.4.0",
"jshint-stylish": "~0.4.0",
"grunt-jekyll": "~0.4.2",
"grunt-connect-proxy": "~0.1.10",
"grunt-connect-proxy": "0.1.10",
"bower": "~1.3.9",
"grunt-cli": "~0.1.13",
"grunt-contrib-copy": "~0.5.0",
Expand Down

0 comments on commit 6297231

Please sign in to comment.