gulp-jade-inheritance icon indicating copy to clipboard operation
gulp-jade-inheritance copied to clipboard

Gulp plugin to rebuild jade files and other files that have extended or included those files

Results 5 gulp-jade-inheritance issues
Sort by recently updated
recently updated
newest added

Hi! I know how to use gulp-jade with gulp-data. https://github.com/phated/gulp-jade#use-with-gulp-data http://stackoverflow.com/questions/27313107/gulp-using-gulp-jade-with-gulp-data But I do not know how to use gulp-jade-inheritance with gulp-data. You have to either compile all pages when...

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 ```...

The plugin feeds an invalid glob pattern to the output chain if some errors occur with jade syntax. (to next gulp.src()) ``` The end of the string was reached with...

Hello. When i try use your plugin, it doesn't compile multiline variables like this - var array = [ item1, item2 ]

Hi Juan! Could you explain more clearly the usefulness of the "changed" plugin? What would be the purpose? Why would anyone want to monitor the files that have been compiled?...