Open bichotll opened 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
That's correct for JS files. CSS files however are not being bundled into a vendor.css
so these are the problems:
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