Skip to main content

Gulp

Asset build pipeline.

Gulp tasks

Default

Builds assets into build/release.
gulp

Watch

Watches for changed files and builds assets into build/release.
gulp watch

Documentation (ngdoc)

You can generate JavaScript documentation in the ngdocs format, which is based on jsdoc using gulp-ngdocs:
gulp docs
This outputs to ui/build/docs in HTML format.

Serve

Run Server

gulp
gulp serve --dev # or `gulp serve` if you don't wan't to bother with the API and hit the staging API instead
Spins up a server at http://development.pixwel.com:8000 with the built UI assets See also:
Back to docs index | UI docs index | Next page in recommended reading order >>