grunt-manifest icon indicating copy to clipboard operation
grunt-manifest copied to clipboard

Generates HTML5 Cache Manifest files

Results 20 grunt-manifest issues
Sort by recently updated
recently updated
newest added

The appcache file generated has `scripts/fscharts/a ` the folder fscharts has `angular-fusioncharts.min.js` It however once adds it correctly but after adding links for views in the file, `scripts/fscharts/a ` has...

Hi, I have an issue with the "fallback" option. You encode the given strings which leads to a "my-file.ab fb/my-file.ab" generated as "my-file.ab%20fb/my-file.ab". And that doesn't work with the cache...

Sometimes, we want to add to the manifest file some external URLs (Fonts from Google Font, CDN, ...). Is it possible to add to this plugin configuration object, some external...

I have a local copy of jquery as a fallback, for the one on cdn, I also add a checksum to each file based on its contents, so it end...

I've been using this plugin for a while, but it's been running terribly slow. Today I decided to investigate why, since adding about 800 files to a manifest shouldn't take...

and the other question is~ can i set a html list that can auto set propety in files.

Here is my manifest task config: ``` javascript manifest: { generate: { options: { basePath: "public/" }, src: [ "public/css/main.css", "public/css/fonts/**/*", "public/js/main.min.js", "public/js/vendor/zepto.min.js", "public/js/vendor/jquery.min.js", "public/img/**/*" ], dest: 'public/manifest.appcache' } },...

I was checking out your NPM package for this project, and noticed the "Appcache Facts" link in the overview section links to http://appcachefacts.info/ which is apparently rendering a porn site....

Is there a way to prepend a slash to all the file paths? Currently: ``` app/file/path ``` I'd like it to be ``` /app/file/path ```

Only '# This manifest was generated by grunt-manifest HTML5 Cache Manifest Generator\n'. Why can't I set it?