juanfran / gulp-jade-inheritance

Gulp plugin to rebuild jade files and other files that have extended or included those files
34 stars 32 forks source link

Jade 1.11 #13

Open alex-shamshurin opened 8 years ago

alex-shamshurin commented 8 years ago

gulp-jade uses jade 1.11, this plugin uses jade-inheritance which in turn uses jade 1.9. These versions differs in syntax. Jade 1.11 uses "code blocks". So this code won's compile

-
  list = ["Uno", "Dos", "Tres",
          "Cuatro", "Cinco", "Seis"]

Please update docs or include custom version of jade-inheritance with updated dependencies. It should work.

juanfran commented 8 years ago

thanks @salex772

I'll add a warning in the docs and wait to jade-inheritance upgrade

alex-shamshurin commented 8 years ago

Could you upgrade a package and include a custom jade-inheritance package (forked) because I see the maintainer do not want to upgrade to jade 1.11.0?? Only one line to change in jade-inheritance - jade version and new syntax will work.

Now I have to do it manually.