• JC Brand's avatar
    Allow plugins to have optional dependencies. · 62c17027
    JC Brand authored
    This change refactors out the plugin code from converse-core into
    src/converse-puggable.js
    
    Additionally, plugins now have an optional attribute `optional_dependencies`
    which is an array of dependencies which are "nice-to-have" but not essential.
    
    Work has also been done to ensure that a plugins' dependencies are first loaded
    before the plugin itself.
    62c17027
converse-headline.js 5.26 KB