electron-userland / electron-compilers

DEPRECATED: Compiler implementations for electron-compile
35 stars 52 forks source link

src/css/sass.js is gone but still exists in /lib/css/ in published version #8

Closed maxkorp closed 8 years ago

maxkorp commented 9 years ago

it appears the old file wasnt cleared before publishing. Additionally, it's still referenced in src/main.js, so rebuilding kills it.

maxkorp commented 9 years ago

9 fixes the actual problem (by removing the load of lib/scss.js), as well as the source of the problem (by cleaning lib on subsequent compiles so compiled code who's source has been removed can no longer be inadvertently published).

maxkorp commented 8 years ago

Whoops, this was fixed quite a while ago