Skip to content

Instantly share code, notes, and snippets.

@fyrebase
Created November 5, 2015 04:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fyrebase/072cc93703f3cbfce39b to your computer and use it in GitHub Desktop.
Save fyrebase/072cc93703f3cbfce39b to your computer and use it in GitHub Desktop.
Gulp Useref - Log Invalid paths
// Add after pattern is defined. Line #113
var fs = require('fs');
fs.stat(pattern, function(err, stat) {
if(err) console.log('[INVALID PATH] ' + err.path);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment