For npm-based projects looking to use the cmapi project as a dependency. At the moment, projects have to use grunt-cli and build CMAPI themselves, or otherwise include the build artifacts another way.
This could be as simple as committing the built dist/ directory when making a release/tag, and updating a few fields in package.json.
For npm-based projects looking to use the cmapi project as a dependency. At the moment, projects have to use
grunt-cliand build CMAPI themselves, or otherwise include the build artifacts another way.This could be as simple as committing the built
dist/directory when making a release/tag, and updating a few fields in package.json.