ionic-gulp-html-copy

1.0.0 • Public • Published

HTML Copy Task

Copy HTML sources to build directory.

API

copyHTML([options])

Returns a stream of Vinyl files that can be piped.

Available options:

  • src (String|Array) Glob or array of globs (What's a glob?) matching HTML source files. Default: 'app/**/*.html'.
  • dest (String) Output path for the HTML files. Default: 'www/build'.

Example

var copyHTML = require('ionic-gulp-html-copy');

gulp.task('html', copyHTML);

gulp.task('html', function(){
  return copyHTML({ dest: 'www/my-custom-build-dir'});
});

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i ionic-gulp-html-copy

    Weekly Downloads

    4

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • jthoms1
    • adamdbradley
    • brandyscarney
    • tlancina