Skip to content

AlexanderBeyn/gulp-cordova-app-loader-manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Gulp plugin to create cordova-app-loader manifests

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published