Package Exports
- @progress/kendo-angular-tasks
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@progress/kendo-angular-tasks) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
An internal utility package exporting gulp tasks for the Kendo Angular 2 components infrastructure.
gulp test- runs the tests (single run);TEST_BROWSER=Chrome gulp test- runs the tests in specified browser;gulp watch-test- runs the tests in continuous mode;TEST_BROWSER=Chrome gulp watch-test- runs the tests in specified browser;gulp build-npm-package- packages the component in a format suitable for publishing as an NPM package (commonjs module)gulp build-cdn- packages the component in a format suitable for CDN upload (UMD format)gulp start- launches a dev server for preview/authoring of the examplesgulp docs- launches a dev server for preview/authoring of the documentation