Skip to content

named defines

Choose a tag to compare

@ansuz ansuz released this 03 Sep 14:25
· 2 commits to master since this release

Breaking changes

This module now uses named defines with requirejs, so you'll need to specify the paths of its dependencies, like so:

require.config({
    paths: {
        'json.sortify': '/path/to/json.sortify',
        'netflux-client': '/path/to/that/module',
        'chainpad-netflux': '/path/to/this/module'
    }
});