electron-userland / electron-prebuilt-compile

electron-prebuilt with Babel and React built-in
168 stars 56 forks source link

Less/stylus files are not being compiled #75

Closed rn4n closed 5 years ago

rn4n commented 5 years ago

I'm referencing a styl/less extension file in my main pug/jade document, but the stylization defined in the file is not being applied. Just for CSS files the style is applied. I'm using the same example of readme:

link(rel='stylesheet' href='main.less' type='text/less')       // don't work
link(rel='stylesheet' href='main.styl' type='text/stylus')     // don't work
link(rel='stylesheet' href='main.css')                         // works!

Is the project still compiling stylus and less files?

I've created a repository for reproduce the problem: https://github.com/reebr/electron-prebuilt-compile-issue