0

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?

Susana Mar Flores
  • 2,478
  • 1
  • 18
  • 16
  • 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. – Susana Mar Flores Oct 04 '16 at 10:16
  • Please add this comment as an answer so that it is easier for future people with the same problem to understand... – Felipe Sabino Oct 05 '16 at 01:02
  • Possible duplicate of [Committed folders pushed to heroku don't make it](http://stackoverflow.com/questions/25456288/committed-folders-pushed-to-heroku-dont-make-it) – Felipe Sabino Oct 05 '16 at 01:03

1 Answers1

0

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.

Susana Mar Flores
  • 2,478
  • 1
  • 18
  • 16