gruntjs / grunt-contrib-pug

Compile Pug templates.
http://gruntjs.com/
MIT License
328 stars 77 forks source link

Point back to pug 1.11 again instead of unstable 2.xalpha #165

Closed DFOXpro closed 7 years ago

DFOXpro commented 8 years ago

The new version tag of this project points to pug 2.0.0 ALPHA and this alpha have a lot of regression and new bugs making this project also buggy, easy example to test this:

jmatsushita commented 8 years ago

I suspect this is the reason I'm getting the following error:

    Running "pug:compile" (pug) task
    >> Error: src/index.jade:3:38
    >>     1| doctype html
    >>     2| html
    >>   > 3|         .text-right.vertical-margin: #[a ~Me] #[a Mail] #[a Pictures] 
    >> --------------------------------------------^
    >>     4|           glyphicon(th)
    >>     5|           glyphicon(user)
    >>     6| html
    >> 
    >> "[a" is not a valid ID.
    Warning: Pug failed to compile "src/index.jade". Use --force to continue.
DFOXpro commented 8 years ago

at this point why this change must be as a pull request OR update to latest pug beta