I am trying to upload a web to heroku but I get this error:
Error: Path /app/bower_components/bootstrap/dist/css/bootstrap.min.css not found!
In local it works correctly!
What can I do?
I am trying to upload a web to heroku but I get this error:
Error: Path /app/bower_components/bootstrap/dist/css/bootstrap.min.css not found!
In local it works correctly!
What can I do?
The problem was I had in the .gitignore file the bower_components folder. When I upload the file bootstrap.min.css with git add -f option the problem was solve.