kul1/jinda_adminlte_todo

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 */

https://stackoverflow.com/questions/21504611/what-are-the-map-files-used-for-in-bootstrap-3-x/21504707#21504707