zont / gulp-usemin

MIT License
338 stars 92 forks source link

If a link to a nonexistent file is found, the error no writecb in Transform class is shown #162

Open marcospgp opened 8 years ago

marcospgp commented 8 years ago

This error doesn't help figuring out what is wrong at all. For example:

<!-- build:css styles/style.min.css -->
<link rel="stylesheet" href="./style/style.css" type="text/css">
<!-- endbuild -->

in an html file, and with a nonexistent style.css file, logs "Error: no writecb in Transform class" on the console.