ludohenin / gulp-inline-ng2-template

Gulp plugin to inline HTML and CSS into Angular 2 component decorators
MIT License
126 stars 26 forks source link

'Jade' option not working #14

Closed LuxDie closed 8 years ago

LuxDie commented 8 years ago

Hi. I'm building a project based off angular2-seed. I've deleted a few .html files and replaced them with .jade files, then added the jade: true option to the config object. Running npm test throws an error from this plugin, complaining it can't find the .html versions of the files. Am I doing something wrong?

ludohenin commented 8 years ago

Can you try to pass html: false ?

LuxDie commented 8 years ago

When I pass html: false it ignores templates altogether (leaves the templateUrl). I am using version 0.0.10 by the way.

ludohenin commented 8 years ago

fixed by #20