electron-compile 2.0
What's New
electron-prebuilt-compile npm module
electron-compile is now bundled with a version of electron-prebuilt that sets up electron-compile automatically. Learn more at https://github.com/paulcbetts/electron-prebuilt-compile.
Performance Performance Performance
electron-compile now reads much less data from disk than it did in 1.0 - in production mode it now should be slightly faster than precompiled files due to GZip compression. The entire compilation infrastructure has also been rewritten to use async methods, which should drastically improve performance when including complex HTML and CSS content.
Support for HTML precompilers including Jade (#45)
electron-compile now has the infrastructure to support HTML precompilers such as HAML and Jade, and ships with Jade enabled in-box.
Simplified Configuration (#47)
electron-compile 1.x was frustrating to configure in any non-default configuration - we now support a file which allows developers to configure compiler-specific settings: