86071ab3b8 | ||
---|---|---|
tasks | ||
webpack | ||
.editorconfig | ||
.eslintrc.json | ||
.gitignore | ||
.travis.yml | ||
README.md | ||
api.conf.js | ||
e2e-utils.js | ||
gulp-tasks.js | ||
nightwatch.conf.js | ||
package.json | ||
selenium.conf.js | ||
test-utils.js |
README.md
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 formatsgulp start
- launches a dev server for preview/authoring of the examplesgulp docs
- runs a dev server for preview/authoring of the markdown documentation