ericclemmons / grunt-angular-templates

Grunt build task to concatenate & pre-load your AngularJS templates
MIT License
710 stars 107 forks source link

Skip merging source files to a single destination file #114

Closed aaani closed 8 years ago

aaani commented 9 years ago

Convert html templates to angular template cache without merging the output together to a single dest file. Output files respect the original folder structure and name of source src files. This behavior is turned off by default and could be turned on by setting merge: true in the options.

ericclemmons commented 9 years ago

Dunno if you may be interested in #137...

underscorebrody commented 9 years ago

@aaani can you please add a test for this scenario? Thanks!

aaani commented 8 years ago

@underscorebrody: Added a test. Thanks.

underscorebrody commented 8 years ago

@aaani This looks good, just needs a rebase

aaani commented 8 years ago

@underscorebrody done!

underscorebrody commented 8 years ago

This looks like a funky rebase... a bunch of commits here that are not yours. I think because you put a merge commit into it. Can you back out the merge commit? That ought to fix the weirdness.

aaani commented 8 years ago

Sorry about that @underscorebrody. Does it look ok now?

underscorebrody commented 8 years ago

Yup looks good!

ericclemmons commented 8 years ago

This is fantastic work! Great job!