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

Ignore manifest.appcache #13

@mgechev

Description

@mgechev

In case the user has the following configuration:

return require('angular2-service-worker')
  .gulpGenManifest({
    group: [{
      name: 'all',
      sources: gulp.src(`${APP_DEST}/**`)
    }]
  })
  .pipe(gulp.dest(APP_DEST));

The manifest.appcache file will be cached by AppCache (when no SW supported).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions