AlchemyCMS / alchemy_cms

Alchemy is the Open Source Rails CMS framework for the component based web that can be used as classic server side rendered or headless CMS.
https://www.alchemy-cms.com
BSD 3-Clause "New" or "Revised" License
823 stars 311 forks source link

Only initialize Alchemy Admin JS locally #2814

Closed tvdeyen closed 4 months ago

tvdeyen commented 4 months ago

What is this pull request for?

Instead of exposing the Initializer into the global Alchemy object we can initialize it locally in the ES module.

Also remove an empty file that was left over from the coffeescript conversion

Checklist