gulp-cordova-app-loader-manifest

1.0.0 • Public • Published

gulp-cordova-app-loader-manifest

Gulp plugin to create cordova-app-loader manifests

Usage

var calManifest = require('gulp-cordova-app-loader-manifest');

gulp.task('manifest', function() {
  return gulp.src('./www/**')
    .pipe(calManifest(options))
    .pipe(gulp.dest('./'));
});

Options

load

options.load = ['**'];

A glob pattern, or array of glob patterns, against which files will be tested before being added to manifest.load. minimatch is used for testing.

root

options.root = './';

Specifies the manifest.root option.

/gulp-cordova-app-loader-manifest/

    Package Sidebar

    Install

    npm i gulp-cordova-app-loader-manifest

    Weekly Downloads

    1

    Version

    1.0.0

    License

    ISC

    Last publish

    Collaborators

    • thorstenhans