Skip to content

Instantly share code, notes, and snippets.

@martyzz1
martyzz1 / gulp-ionic-deploy.js
Created November 25, 2016 17:31 — forked from AgDude/gulp-ionic-deploy.js
Gulp task to upload and deploy to ionic with metadata.
gulp.task('deploy', function () {
runSequence(
'ionic-password',
// 'bump-build',
// ['clean'],
// ['jshint', 'sass', 'config', 'templates'],
// 'bundle',
// 'index',
// 'clean-index',
// 'copy',