froala / wysiwyg-rails

Ruby gem for Froala jQuery WYSIWYG HTML Rich Text Editor.
https://froala.com/wysiwyg-editor
MIT License
464 stars 101 forks source link

Routing errors due to missing language .map files #88

Open plindelauf opened 4 years ago

plindelauf commented 4 years ago

In our project, we use a number of language files, like pt_br.js. This file ends with the line:

//# sourceMappingURL=pt_br.js.map

This, however, results in routing errors like:

ActionController::RoutingError (No route matches [GET] "/assets/pt_br.js.map")

This happens on wysiwyg-rails v3.0.6, Rails 5.2.3.