react-webpack-generators / generator-react-webpack

Yeoman generator for ReactJS and Webpack
http://newtriks.com/2013/12/31/automating-react-with-yeoman-and-grunt/
MIT License
2.88k stars 355 forks source link

NPM Run Dist won't copy over all image assets #335

Open alecholmez opened 7 years ago

alecholmez commented 7 years ago

I'm having an issue when I run npm run dist that it won't copy over all the static image assets I have that are required. For some reason it will only copy over one. So my production site ends up failing. Here is the code:

https://github.com/alecholmez/personal-website-2017/tree/landing-page