codemirror-rails icon indicating copy to clipboard operation
codemirror-rails copied to clipboard

Adding an addon with "//= require_tree codemirror/addons/<name>" won't work

Open kadu-jr opened this issue 6 years ago • 0 comments

Not sure if it's like this for everyone else, but in my Rails application, require_tree at the application.js will give me an error, as it will not find the addon. Instead, "//= require codemirror/addons/mode/" will do it.

kadu-jr avatar Sep 13 '18 03:09 kadu-jr