randylien / generator-react-gulp-browserify

A Yeoman Generator for facebook's React library. It includes gulp, browserify, livereload and famous official Twitter bootstrap Sass version
422 stars 60 forks source link

babelify instead of react-tools for jest, babelify to v7 and support … #70

Closed richtong closed 8 years ago

richtong commented 8 years ago

Ok I made some changes:

  1. Instead of using react-tools for jest, we use babelify. Also it looks like documentation was off, this no longer uses reactify, but it does use the obsolete babelify 6.x, so switched to 7.x.
  2. Jade is not needed if you are using react for display (sort of the point of React), so made that and optional
  3. Update documentation to explain what is added (for instance a jshint file).
  4. This now supports ES6 with it's latest and react as well.
randylien commented 8 years ago

Thanks for your PR, and you make it better.