Skip to content

Commit

Permalink
Document how broserify bug can be worked around.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala committed Jul 25, 2012
1 parent c307bbf commit ad9724e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions architecture-examples/reducers/readme.md
Expand Up @@ -11,3 +11,19 @@ npm install
```sh
npm run browserify
```

Unfortunately [browserify][] watch is [broken on OSX 10.7][watch bug], but
there is a [fix][watch fix] that did not made it to upstream yet. As a
temporary workaround you could use that fix to get watch working:

```
git clone https://github.com/substack/node-browserify.git
cd node-browserify
curl https://github.com/substack/node-browserify/pull/190.patch | git am
npm install -g
```


[browserify]:https://github.com/substack/node-browserify
[watch bug]:https://github.com/substack/node-browserify/issues/166
[watch fix]:https://github.com/substack/node-browserify/pull/190

0 comments on commit ad9724e

Please sign in to comment.