From 157552f990c5e26772b46cf338b3ebf81abb17b7 Mon Sep 17 00:00:00 2001 From: Thomas von Deyen Date: Thu, 3 Oct 2024 14:59:18 +0200 Subject: [PATCH] Add tinymce skin files to Sprockets manifest. We only tell sprockets to copy the compiled alchemy styles during precompilation, but we also need the Tinymce skin files. Closes #3059 --- app/assets/config/alchemy_manifest.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/config/alchemy_manifest.js b/app/assets/config/alchemy_manifest.js index 4e12b79753..d7207a2fef 100644 --- a/app/assets/config/alchemy_manifest.js +++ b/app/assets/config/alchemy_manifest.js @@ -1,5 +1,6 @@ //= link alchemy/admin/all.js //= link_tree ../builds/alchemy/ +//= link_tree ../builds/tinymce/ //= link_tree ../images/alchemy/ //= link_tree ../../../vendor/assets/fonts/ //= link_tree ../../javascript .js