electron-userland / electron-compilers

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

Dependency Finders for SASS, SCSS, LESS, Stylus, Babel #58

Closed Mike-Dax closed 7 years ago

Mike-Dax commented 7 years ago

This is a set of dependency finders for SASS, SCSS, LESS, Stylus and Babel.

It's the companion PR to https://github.com/electron/electron-compile/pull/177

This alongside the PR in electron-compile fixes problems where editing a deeply nested dependency doesn't cause the parent to re-compile.

anaisbetts commented 7 years ago

Looking good! I removed the Babel finder because we don't need it (we're not "inlining" code from imports into the file like we do with Sass and LESS, so we don't end up with this problem)

Mike-Dax commented 7 years ago

@paulcbetts Should be able to close #38 too