You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I'm using tinymce-rails 4.1.6 and I have this issue where in production Rails is requesting the plugin files at the URL - http://abc.cloudfront.net/assets/plugins/autolink/plugin.js
We're using [asset_sync](https://github.com/rumblelabs/asset_sync) to sync the assets to CloudFront once precompile is done. And Im able to access these scripts at http://abc.cloudfront.net/assets/tinymce/plugins/autolink/plugin.js (see /tinymce in path).
I've required tinymce this way - //= require tinymce/tinymce.
Thanks in advance :)
The text was updated successfully, but these errors were encountered:
Hi I'm using tinymce-rails
4.1.6
and I have this issue where in production Rails is requesting the plugin files at the URL -http://abc.cloudfront.net/assets/plugins/autolink/plugin.js
We're using
[asset_sync](https://github.com/rumblelabs/asset_sync)
to sync the assets to CloudFront once precompile is done. And Im able to access these scripts athttp://abc.cloudfront.net/assets/tinymce/plugins/autolink/plugin.js
(see/tinymce
in path).I've required
tinymce
this way -//= require tinymce/tinymce
.Thanks in advance :)
The text was updated successfully, but these errors were encountered: