mothership-ec / cog

Cog
Other
2 stars 3 forks source link

Bootstrap directory no longer required in modules #471

Closed thomasjthomasj closed 8 years ago

thomasjthomasj commented 8 years ago

This PR makes it so that the Bootstrap loader no longer throws an exception if the Bootstrap directory does not exist in a module, resolves #362

I tested this by creating a test module in a Mothership site and adding an interface that extends the ServicesInterface, then making the main service container implement that instead