electron-userland / electron-compile

DEPRECATED: Electron supporting package to compile JS and CSS in Electron applications
1.01k stars 99 forks source link

Handle non-existant dependent files better #257

Open alreece45 opened 7 years ago

alreece45 commented 7 years ago

return true when dependent files don't exist, rather than error

This allows the testcase in https://github.com/electron/electron-compile/issues/255 to work, but doesn't fix the invalid dependencies generated by the SASS compiler (see https://github.com/electron/electron-compilers/pull/79 for that)