manrueda / jade-autocompile

Jade compiler package for atom.io
MIT License
8 stars 4 forks source link

Pug support #20

Open rustige opened 8 years ago

rustige commented 8 years ago

Please integrate Pug support (Jade was renamed to pug in node)

manrueda commented 8 years ago

@rustige Pug is still in 2.0.0-alpha. I will change it when the version 2 is released. We have 6 month to change....

ScorpioCoding commented 7 years ago

Having an issue with PUG and include. The function include works but the compiler doesn't want to compile the child file with ".pug" extension.

Parent file base.pug Child file kid.pug include kid.pug "doesnt work include kid.jade 'does work'