jgoux / generator-angulpify

Yeoman generator involving AngularJS, Gulp and Browserify
138 stars 21 forks source link

Using raw HTML templates will not compile to tmp/templates if I use Jade #7

Closed amrnt closed 10 years ago

jgoux commented 10 years ago

I didn't think about mixing your template engine system with raw HTML indeed. In which special case do you have to mix them ?

amrnt commented 10 years ago

I mean what if I have .jade templates and .html? Your implementation wants me to only use with one of them.

jgoux commented 10 years ago

Yes I understood but why do you want to declare some files in .html if you're using jade ? Anyway, I'll make it works for both. ;)

amrnt commented 10 years ago

Actually, I have a project and moving it to your implementation. I don't want to convert every html file at the moment to jade, hence new templates are being written in jade.

jgoux commented 10 years ago

Fine. I'll integrate the other .html in the process soon.

jgoux commented 10 years ago

This should be good in v0.1.2! Can you try and confirm?

amrnt commented 10 years ago

Confirmed and works as expected. Thank you!