Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

Manifest file lists itsself #4

Closed
andru opened this issue May 9, 2015 · 3 comments
Closed

Manifest file lists itsself #4

andru opened this issue May 9, 2015 · 3 comments

Comments

@andru
Copy link

andru commented May 9, 2015

Edit: Generalized the issue, since it occurs with all configs.

manifest.appcache is listed as the last item in the CACHE MANIFEST section of the manifest file...

CACHE MANIFEST
# 0d69541ac542a8c13716

[...snipped lots of stuff...]
index.html
manifest.appcache

While, as far as I can tell, this doesn't cause any problems, it doesn't seem like a good idea.

@andru andru changed the title Manifest lists itsself with include:* Manifest lists itsself with cache:* May 9, 2015
@andru andru changed the title Manifest lists itsself with cache:* Manifest file lists itsself May 9, 2015
@hcschuetz
Copy link
Contributor

This does not happen for me.

Could it be that you are somehow referencing and loading the manifest file? Perhaps the manifest from an earlier webpack run is matched by some regexp or globbing, either in your webpack configuration or indirectly in some other loaded file?

Or are you using jordansexton's fork? (That seems to include a path passed as an option.)

@chiplay
Copy link

chiplay commented Jun 10, 2015

@andru @hcschuetz this was happening for me using grunt-webpack with a falty plugins config (pulled from the some tutorial) that was causing all the plugins to be run twice, adding the manifest.appcache the second time around.

@lettertwo
Copy link
Owner

@andru I'm going to close this, as I believe @chiplay's comment about duplicate plugins may be at fault. If that is not the case, and you are still seeing this behavior, feel free to re-open.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants