Skip to content
This repository has been archived by the owner on Jun 14, 2019. It is now read-only.

Bypass missing files when using MD5 #17

Closed
wants to merge 1 commit into from

Conversation

Djuuu
Copy link

@Djuuu Djuuu commented Mar 23, 2017

When using MD5, the referenced assets obviously need to exist to be able to compute the hash.
A missing asset causes a ENOENT error.

In some cases, a missing asset could be normal. My use case is a Ionic (Cordova) application, where the cordova.js script is available only in packaged applications, but not for the web.

This patch bypasses replacements for missing local assets.

@Djuuu
Copy link
Author

Djuuu commented Mar 23, 2017

Oops, I looked at current issues, but not current pull-requests.
It looks like #15 fixes the same problem (in a different way).

@davinkevin
Copy link
Collaborator

Like you said, the #15 try to fix the same problem. You can contribute on this one if you want to have it in master soon ;)

So, I close this issue

@davinkevin davinkevin closed this Mar 23, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants