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

Bower js files to dist? #39

Open bichotll opened 9 years ago

bichotll commented 9 years ago

Hi, I've just noticed that you are copying the js files to dist? I think that's not necessary as it already is building a vendor js file of all the third party ones.

https://github.com/randylien/generator-react-gulp-browserify/blob/master/app/templates/_gulpfile.js#L149

codeofsumit commented 8 years ago

That's correct for JS files. CSS files however are not being bundled into a vendor.css

so these are the problems: