An utility package exporting gulp tasks for Kendo UI NPM packages
Перейти к файлу
Tsvetomir Tsonev 6dec34f971 fix: exclude peer dependencies from UMD bundle 2018-08-22 10:08:59 +03:00
.eslintrc.json chore(lint): add linting, fix lint errors 2016-01-25 16:52:05 +02:00
.gitignore Initial commit 2016-01-19 18:43:57 +02:00
.travis.yml chore(travis): enable compiler 2016-03-29 11:30:11 +03:00
README.md docs: update readme 2017-01-06 16:24:28 +02:00
e2e-bundle.js feat: e2e gulp tasks 2016-04-13 18:45:08 +03:00
e2e-utils.js feat: e2e gulp tasks 2016-04-13 18:45:08 +03:00
e2e.conf.js feat: add support for running specific e2e tests 2017-01-06 16:24:27 +02:00
gulp-tasks.js chore: update bundledPackages usage 2018-07-12 15:05:18 +03:00
package.json feat: add UMD bundle with no external dependencies 2018-06-18 18:51:40 +03:00
webpack.config.js fix: exclude peer dependencies from UMD bundle 2018-08-22 10:08:59 +03:00

README.md

Build Status npm version

An utility package exporting gulp tasks for Kendo UI NPM packages.

  • gulp test - runs the tests (single run). gulp test --tests="test/foo.js" - runs specific test;
  • gulp watch-test - runs the tests in continuous mode;
  • gulp e2e - runs the e2e tests (single run). gulp e2e --tests="e2e/foo.js" - runs specific e2e test;
  • gulp watch-e2e - runs the e2e tests in continuous mode;
  • gulp build-npm-package - packages the component in a format suitable for publishing as an NPM package (commonjs module)