kendo-react-tasks/README.md

1.0 KiB

Build Status npm version

An internal utility package exporting gulp tasks for the Kendo React components infrastructure.

  • gulp test - runs the unit tests (single run);
  • gulp watch-test - runs the unit tests in continuous mode;
  • 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 formats
  • gulp start - launches a dev server for preview/authoring of the examples
  • gulp docs - runs a dev server for preview/authoring of the markdown documentation