ActionController::RoutingError (No route matches [GET] "/assets/bootstrap.css.map"):
Closed this issue · 1 comments
kul1 commented
When click Home
ActionController::RoutingError (No route matches [GET] "/assets/bootstrap.css.map"):
Solution
find . -name ".css" -o -name ".scss" | xargs grep 'sourceMappingURL=bootstrap.css.map'
kul1 commented
If you just want to get rid of the error, you can also delete this line in bootstrap.css:
/*# sourceMappingURL=bootstrap.css.map */