This package has been deprecated

Author message:

Latest Ionic CLI does not use this package.

@ionic/cli-plugin-gulp

1.1.1 • Public • Published

@ionic/cli-plugin-gulp

This CLI plugin integrates with Ionic projects using gulp. If you have gulp tasks named appropriately, they are run during certain CLI events.

Gulp Tasks

gulp task description commands
ionic:watch:before Runs before the file watcher activates during a "watch" event ionic serve, ionic cordova run, ionic cordova emulate
ionic:build:before Runs before the Ionic "build" event starts. ionic upload, ionic package build, ionic cordova build
ionic:build:after Runs after the Ionic "build" event finishes. ionic upload, ionic package build, ionic cordova build

Example

gulp.task('ionic:build:after', function() {
  console.log('Build complete!');
});

Versions

Current Tags

Version History

Package Sidebar

Install

npm i @ionic/cli-plugin-gulp

Homepage

ionic.io/

Weekly Downloads

71

Version

1.1.1

License

MIT

Last publish

Collaborators

  • ionicjs