From c498e3ca549a4326127f0a10e031be1899486625 Mon Sep 17 00:00:00 2001 From: Luay Suarna Date: Fri, 15 May 2015 10:09:03 +0700 Subject: [PATCH] Add setup for rake asset precompile on Staging --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index dea7c96c..758fbd2b 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,14 @@ If you need change some config in redactor, you can Then generate `app\assets\redactor-rails\config.js`. +Change your `application.js`: + + //= require redactor-rails + +to + + //= require redactor-rails/config + See the [Redactor Documentation](http://imperavi.com/redactor/docs/settings/) for a full list of configuration options.