938 B
938 B
An internal utility package exporting gulp tasks for the Kendo React components infrastructure.
gulp e2e
- runs the end-to-end tests (single run);gulp watch-e2e
- runs the end-to-end tests in continuous mode;gulp build-npm-bundle
- 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 build-package
- packages the component in all formatsgulp start
- launches a dev server for preview/authoring of the examplesgulp docs
- runs a dev server for preview/authoring of the markdown documentation