electron-userland / electron-compilers

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

Replace node-sass with sass.js #47

Closed anaisbetts closed 7 years ago

anaisbetts commented 7 years ago

This kind of works not really, but native modules are super problematic with electron-compile because they have to be somehow both simultaneously compiled for the current Electron as well as system node.js (for build systems). Replace it with sass.js, which is not as good but seems to kind of work maybe.