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
Kendo UI for Angular: Tasks
An internal utility package exporting gulp tasks for the Kendo Angular 2 components infrastructure.
Gulp Tasks
Remember to run
npm installandnpm run typingsbefore using the Gulp tasks.
gulp test—Runs the tests in a single mode.TEST_BROWSER=Chrome gulp test—Runs the tests in a single mode in a specified browser.gulp watch-test—Runs the tests in a continuous mode.TEST_BROWSER=Chrome gulp watch-test—Runs the tests in a continuous mode in a specified browser.gulp e2e—Runs the e2e tests with Jasmine in Karma or Google Chrome.gulp watch-e2e—Runs the e2e tests in a continuous mode.gulp build-npm-package—Packages the component in a suitable format for publishing such as an NPM package (commonjs module).gulp build-cdn—Packages the component in a suitable format for CDN upload (UMD format).gulp start—Launches a dev server for previewing/authoring the examples.gulp docs—Launches a dev server for previewing/authoring the documentation.