Skip to content

momjs/mom

Repository files navigation

mom - the module manager

Dynamic Loading of Javascript based on DOM elements. Especially usefull for Content Management Systems (CMS):

  • where you don't know which javascript needs to be loaded on which page
  • where you want to configure javascript during rendering
  • where you want to loosely couple modules, because you don't now if the other module is even on the page

For more details, see

####Status

Master Develop
Build Status Build Status
Coverage Status Coverage Status
Sauce Test Status Sauce Test Status

Dev Dependencies

To do future releases

  • add plugin concept for spezialized modules and parts
  • configurable async loading of modules and part
  • debug module access with console or dev tools plugin