1.1.1 • Published 7 years ago

@ionic/cli-plugin-gulp v1.1.1

Weekly downloads
203
License
MIT
Repository
github
Last release
7 years ago

@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 taskdescriptioncommands
ionic:watch:beforeRuns before the file watcher activates during a "watch" eventionic serve, ionic cordova run, ionic cordova emulate
ionic:build:beforeRuns before the Ionic "build" event starts.ionic upload, ionic package build, ionic cordova build
ionic:build:afterRuns 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!');
});
1.1.1

7 years ago

1.1.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago