An internal utility package exporting gulp tasks for the Kendo React components infrastructure
Перейти к файлу
nstoychev de76a1f0dc fix: react-dom and react-dom/server externals 2018-10-08 19:19:48 +03:00
tasks fix: remove "examples" from start task entry point 2018-08-15 13:15:35 +03:00
webpack fix: react-dom and react-dom/server externals 2018-10-08 19:19:48 +03:00
.editorconfig refactor: remove unused dependencies and code (#36) 2017-10-31 12:56:44 +02:00
.eslintrc.json refactor: remove unused dependencies and code (#36) 2017-10-31 12:56:44 +02:00
.gitignore Initial commit 2016-01-19 18:43:57 +02:00
.travis.yml refactor: remove unused dependencies and code (#36) 2017-10-31 12:56:44 +02:00
README.md feat: Remove Karma and Jasmine 2018-06-08 11:42:25 +03:00
api.conf.js fix: component props description short text modified 2018-08-20 14:22:10 +03:00
e2e-utils.js refactor: remove unused dependencies and code (#36) 2017-10-31 12:56:44 +02:00
gulp-tasks.js feat: Remove Karma and Jasmine 2018-06-08 11:42:25 +03:00
nightwatch.conf.js feat: extract selenium log as build artifact 2018-09-20 16:15:33 +03:00
package.json feat: Remove Karma and Jasmine 2018-06-08 11:42:25 +03:00
selenium.conf.js fix: upgrade chrome driver to 2.36 2018-03-28 16:06:45 +03:00
test-utils.js refactor: remove unused dependencies and code (#36) 2017-10-31 12:56:44 +02:00

README.md

Build Status npm version

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