I created a task in Grunt
to automatically concat
and uglify
in my files .js
of the Angular to improve the performance and also not to be inserting a new file every time I create a controller, for example. However, with that, the errors in the console became obviously incoherent.
So I would like to know if there is any way to create a .map
(as I already do in my .min of Bootstrap
with LESS
) or something like that to make it easier for debug
.