Skip to content
This repository was archived by the owner on Nov 4, 2021. It is now read-only.

ionic-team/ionic-gulp-tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

612ee0e · Oct 5, 2016

History

60 Commits
Jun 15, 2016
Jun 24, 2016
Mar 22, 2016
Mar 22, 2016
Aug 4, 2016
Mar 15, 2016
Jul 14, 2016
May 2, 2016
Mar 15, 2016
Oct 5, 2016

Repository files navigation

[Deprecated]

Now that Ionic 2 is out of beta, please see the ionic-app-scripts repository for Ionic 2 build configuration scripts.

Ionic Gulp tasks

A curated collection of Gulp tasks for building Ionic apps. Using these tasks allows you to stay up to date if the default Ionic 2 build changes while it is in beta.

Tasks

Tasks are configured to work by default with the Ionic starters generated by the Ionic CLI.

The current list of tasks is:

* Community maintained (not in this repo)

Usage

To use a task in your Ionic project's Gulpfile, require it, then register it:

var gulp = require('gulp'),
    buildWebpack = require('ionic-gulp-webpack-build');

gulp.task('build', buildWebpack);

API

Each task takes an optional options object:

  gulp.task('watch', function(){
    return webpackBuild({ watch: true });  
  });

The options depend on each task. For more information on a particular task, take a look at its README.

Return value

Each task returns either a stream or promise.

About

Collection of gulp tasks for building Ionic apps

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published