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

Custom config.js requires declaring in your application.js file

Open tbrammar opened this issue 10 years ago • 2 comments

You may want to add this to the read me:

If you use a custom config.js if app\assets\redactor-rails\config.js you must declare it in your application.js for it to be picked up and precompiled as part of the asset pipeline.

tbrammar avatar May 22 '15 12:05 tbrammar

Ahh, I see @luaysuarna has picked this up in a pull request from a few day ago: c498e3ca549a4326127f0a10e031be1899486625

tbrammar avatar May 24 '15 09:05 tbrammar

Yes, Just simple config..I found issue in my apps, my custom config.js not precompile on staging. I tried to change require on application.js, and Worked.

luaysuarna avatar May 24 '15 09:05 luaysuarna