spohlenz / tinymce-rails

Integration of TinyMCE with the Rails asset pipeline
Other
813 stars 256 forks source link

Add back missing Sprockets 4 manifest file #286

Closed graaff closed 2 years ago

graaff commented 2 years ago

This file got removed by accident in e05c0ff5a562f8758b3c1747370bec9023e8c4d8 as part of the wholesale vendored assets update to TinyMCE 6.0.2.

Without this manifest the vendored code is not precompiled and consequently cannot be used in production.

spohlenz commented 2 years ago

Thank you. I've released 6.0.3.1 to address this oversight.