Skip to content

Commit

Permalink
Add tinymce skin files to Sprockets manifest.
Browse files Browse the repository at this point in the history
We only tell sprockets to copy the compiled alchemy styles
during precompilation, but we also need the Tinymce skin
files.

Closes #3059
  • Loading branch information
tvdeyen committed Oct 3, 2024
1 parent 08781c7 commit 157552f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/config/alchemy_manifest.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 157552f

Please sign in to comment.