cp: cannot stat ‘app/assets/webpack/*.jpg’: No such file or directory
andrewwu opened this issue · 0 comments
andrewwu commented
Looks like asset compilation fails when attempting to do a fresh deploy on Heroku. This is because a .jpg isn't generated in app/assets/webpack
(#66):
remote: mkdir -p public/assets
remote: cp -rf app/assets/webpack/*.woff* app/assets/webpack/*.svg app/assets/webpack/*.ttf app/assets/webpack/*.eot* app/assets/webpack/*.png app/assets/webpack/*.jpg public/assets
remote: cp: cannot stat ‘app/assets/webpack/*.jpg’: No such file or directory
remote: rake aborted!
remote: Command failed with status (1): [cp -rf app/assets/webpack/*.woff* app/asse...]