electron-userland / electron-compile

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

Can I use pug/jade in place of html directly? #161

Closed harryio closed 7 years ago

harryio commented 7 years ago

so I've tried mainWindow.loadURL('file://path/to/index.pug') but it didn't render the html, instead displayed the contents as text

anaisbetts commented 7 years ago

This works but pug isn't set up yet, call it index.jade.

harryio commented 7 years ago

@paulcbetts can I use pug features?

anaisbetts commented 7 years ago

@harryio Not until I move to it

rn4n commented 6 years ago

Any new information about it? 😕