[![Build Status](https://travis-ci.org/telerik/kendo-react-tasks.svg?branch=master)](https://travis-ci.org/telerik/kendo-react-tasks)
[![npm version](https://badge.fury.io/js/%40telerik%2Fkendo-react-tasks.svg)](https://badge.fury.io/js/%40telerik%2Fkendo-react-tasks)

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 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
