Skip to content

List of Npm & Gulp Tasks

EBIA edited this page Nov 24, 2016 · 1 revision

List of Npm & Gulp Tasks

Current status: 2016-11-24

List of Npm Tasks

  postinstall
    gulp check.versions && gulp build.bundle.rxjs && npm prune && gulp webdriver && gulp print.banner
  start
    gulp serve.dev --color
  test
    gulp test --color

available via `npm run-script`:
  build.dev
    gulp build.dev --color --env-config dev
  build.dev.watch
    gulp build.dev.watch --color
  build.e2e
    gulp build.e2e --color
  build.prod
    gulp build.prod --color --env-config prod --build-type prod
  build.prod.exp
    gulp build.prod.exp --color --env-config prod --build-type prod
  build.test
    gulp build.test --color
  test.watch
    gulp test.watch --color
  generate.manifest
    gulp generate.manifest --color
  e2e
    protractor
  e2e.live
    protractor --elementExplorer
  gulp
    gulp
  i18n
    ng-xi18n && gulp clean.i18n
  lint
    gulp tslint
  karma
    karma
  karma.start
    karma start
  reinstall
    npm cache clean && npm install
  serve.coverage
    gulp serve.coverage --color
  serve.dev
    gulp serve.dev --color --env-config dev
  serve.e2e
    gulp serve.e2e --color
  serve.prod
    gulp serve.prod --color --env-config prod
  serve.prod.exp
    gulp serve.prod.exp --color --env-config prod
  start.deving
    gulp start.deving --color
  tasks.list
    gulp --tasks-simple --color
  e2e.ci
    gulp build.prod --color && gulp build.js.e2e --color && gulp e2e --color
  tests.all
    npm test && npm run e2e.ci
  webdriver-start
    webdriver-manager start
  webdriver-update
    webdriver-manager update
  compodoc
    compodoc -p src/client/tsconfig.json
  serve.compodoc
    compodoc -s

List of Gulp Tasks

├── build.assets.dev
├── build.assets.prod
├── build.bundle.rxjs
├── build.bundles.app.exp
├── build.bundles.app
├── build.bundles
├── build.docs
├── build.html_css
├── build.index.dev
├── build.index.prod
├── build.js.dev
├── build.js.e2e
├── build.js.prod.exp
├── build.js.prod
├── build.js.test
├── build.tools
├── check.tools
├── check.versions
├── clean.all
├── clean.coverage
├── clean.dev
├── clean.e2e
├── clean.prod
├── clean.tools
├── clear.files
├── compile.ahead.prod
├── copy.prod
├── e2e
├── generate.manifest
├── karma.run
├── karma.run.with_coverage
├── karma.watch
├── minify.bundles
├── print.banner
├── serve.coverage
├── serve.coverage.watch
├── serve.docs
├── server.prod
├── server.start
├── start.deving
├── tslint
├── watch.dev
├── watch.e2e
├── watch.test
├── webdriver
├── sample.task
├── build.dev
├── build.dev.watch
├── build.e2e
├── build.prod
├── build.prod.exp
├── build.test
├── test.watch
├── serve.dev
├── serve.e2e
├── serve.prod
├── serve.prod.exp
├── test
├── clean.i18n
└── clean.once