I am concatenating some files that then get passed to ng-annotate
and then minified. Is there a way to pass a sourcemap to grunt-ng-annotate
?
Asked
Active
Viewed 193 times
3

Subtubes
- 15,851
- 22
- 70
- 105
-
Is the sourceMap option ( https://github.com/mzgol/grunt-ng-annotate#sourcemap ) in ng-annotate helpful for your usecase ? – Prayag Verma Jun 27 '15 at 15:15
-
unfortunately that just tells it to generate a source-map and or where to put it. a value of `true` makes it generate the source-map but at the bottom of the page and a `string` would be the file path to write it to another file. – Subtubes Jun 28 '15 at 16:06