[![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`&mdash;Runs the end-to-end tests (a single run).
 - `gulp watch-e2e`&mdash;Runs the end-to-end tests in a continuous mode.
 - `gulp build-npm-bundle`&mdash;Packages the component in a format suitable for publishing as an NPM package (common.js module).
 - `gulp build-cdn`&mdash;Packages the component in a format that is suitable for CDN upload (UMD format).
 - `gulp build-package`&mdash;Packages the component in all formats.
 - `gulp start`&mdash;Launches a dev server for preview/authoring of the examples.
 - `gulp docs`&mdash;Runs a dev server for preview/authoring of the markdown documentation.

*Copyright © 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.*
