electron-userland / electron-compile

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

Adding EJS in extensions, tests, and Readme #317

Open davidrosevear opened 5 years ago

davidrosevear commented 5 years ago

Hi,

This PR is to add the ability to use the ejs compiler - see the associated PR: electron-userland/electron-compilers#91.

Tried to provide tests based off what it seemed was desired, but am open to feedback and thoughts.

Thanks