mgol / grunt-ng-annotate

Add, remove and rebuild angularjs dependency injection annotations
MIT License
222 stars 29 forks source link

Task appends to existing file instead of rewriting it #40

Closed afilina closed 8 years ago

afilina commented 8 years ago

The task keeps appending to the end of the target file. It should overwrite the entire file instead.

mgol commented 8 years ago

@afilina Do you have a configuration to share that would show the issue? I just use grunt.file.write which overwrites files so I'm not sure how you got that behavior. The task will only concatenate files if you have multiple sources and one destination.

eddiemonge commented 8 years ago

@afilina ping

afilina commented 8 years ago

I'm not using this project anymore.