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

Improved support for generator options #55

Closed snowman-repos closed 9 years ago

snowman-repos commented 9 years ago

Made these changes because I wanted to use stylus but was surprised to see that even when you select stylus it still uses sass as well. This update ensures that all generator options produce the app files as expected.

randylien commented 9 years ago

Thanks for your great efforts to improve it!