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

Multiline variables #14

Open Lehakos opened 8 years ago

Lehakos commented 8 years ago

Hello. When i try use your plugin, it doesn't compile multiline variables like this

var array = [ item1, item2 ]

alex-shamshurin commented 8 years ago

replace jade version in jade-inheritance package.json

Lehakos commented 8 years ago

Оh, thx. It's solve my problem!