An internal utility package exporting gulp tasks for the Kendo React components infrastructure
Перейти к файлу
Dimitar Terziev 60086b4444 feat(api): add support for SFComponents when generating api 2018-04-02 13:33:28 +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 refactor: remove unused dependencies and code (#36) 2017-10-31 12:56:44 +02:00
api.conf.js feat(api): add support for SFComponents when generating api 2018-04-02 13:33:28 +03:00
e2e-utils.js refactor: remove unused dependencies and code (#36) 2017-10-31 12:56:44 +02:00
gulp-tasks.js fix: add support for api options to be passed to typescript-tasks 2018-03-14 17:30:52 +02:00
karma.conf.js fix(karma): improve output of karma tests 2017-12-14 11:45:37 +02:00
nightwatch.conf.js fix: upgrade chrome driver to 2.36 2018-03-28 16:06:45 +03:00
package.json fix: add support for api options to be passed to typescript-tasks 2018-03-14 17:30:52 +02: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
webpack.config.js fix(webpack-config): add react-dom/server to cdn externals 2017-12-19 11:16:40 +02:00

README.md

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