2.0.2 • Published 8 years ago

@telerik/kendo-angular-tasks v2.0.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
8 years ago

Build Status npm version

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 examples
  • gulp docs - launches a dev server for preview/authoring of the documentation