From c7c7c3c4b068c13649efecd7ade7f0b5b5ee7bc2 Mon Sep 17 00:00:00 2001 From: echarp Date: Sat, 20 Apr 2019 15:16:40 +0200 Subject: [PATCH] Attempt to manage tinymce assets differently --- config/application.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/application.rb b/config/application.rb index b31bf8fc..b32c9c64 100644 --- a/config/application.rb +++ b/config/application.rb @@ -43,8 +43,6 @@ module AgendaDuLibreRails # In rails 4, plugin and vendor images need to be precompiled config.assets.precompile += %w[*.png *.jpg *.jpeg *.gif] - config.tinymce.install = :copy - # Rails 5 now defaults to csrf tokens per form, which breaks adl for the # time being # TODO