electron-userland / electron-compile

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

'electron-compile-compiled-file' is not getting sent for dependencies of stylesheets #188

Open Mike-Dax opened 7 years ago

Mike-Dax commented 7 years ago

electron-compile-compiled-file isn't being sent for dependencies of stylesheets. I'm not sure if this is expected behaviour?

In my testing I seem to be also having problems with the cache not being reset when a dependency of a stylesheet gets changed. I'm presuming those are related problems. Obviously the tests pass so it must be some higher level logic that's causing the problems.