SammyLin / redactor-rails

This repo is deprecated. Please check out official gem for Redactor 2. https://github.com/Redactor2/redactor2_rails
MIT License
390 stars 254 forks source link

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

Open tbrammar opened 9 years ago

tbrammar commented 9 years ago

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 commented 9 years ago

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

luaysuarna commented 9 years ago

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.