When I look at my log file, I see this:
ActionController::RoutingError (No route matches [GET] "/assets/jquery.cycle2.js.map"):
ActionController::RoutingError (No route matches [GET] "/assets/underscore-min.map"):
ActionController::RoutingError (No route matches [GET] "/assets/bootstrap.css.map"):
I have jquery.cycle2.js, underscore-min and bootstrap.css files and I added them using stylesheet_link_tag over javascript_include_tag
But it looks like .map has been added, but there are no files with .map.
please help ... thanks ... remco
source
share