voronianski / flux-comparison

:pencil: Practical comparison of different Flux solutions
https://labs.voronianski.dev/flux-comparison/
2.79k stars 214 forks source link

Move Redux dependencies to its own package.json and tweak the build #63

Closed gaearon closed 8 years ago

gaearon commented 8 years ago

This moves Redux dependencies to its own package.json as discussed in https://github.com/voronianski/flux-comparison/issues/62. I didn't bother doing this for browserify/babelify/watchify because the build infrastructure is common anyway and I don't want to introduce version mismatch at this point.

However in the second commit I fixed all repos to call watchify and browserify in the same way, and also to use .bin/watchify instead of direct call inside it. I also fixed browserify to be called with relative path so it doesn't fail on systems that have no global browserify.