weixin_39997310 2020-11-22 04:47
浏览 0

Compiled JS file is empty

My Rails application.js has tried both //=require tinymce as well as //=require tinymce-jquery and the files loaded are completely empty. Did the new version not get copied over properly? I'm on TinyMCE version 5.0.13.

该提问来源于开源项目:spohlenz/tinymce-rails

  • 写回答

5条回答 默认 最新

  • weixin_39997310 2020-11-22 04:47
    关注

    I also tried 5.0.12 and 5.0.10 and the JS files are empty as well.

    Also tried setting both config.tinymce.install = :copy and config.tinymce.install = :compile in my application.rb.

    Also tried using <%= tinymce_assets %> in my view.

    评论

报告相同问题?