File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -306,10 +306,10 @@ module.exports = function (grunt) {
306306 }
307307 } ,
308308
309- // ngmin tries to make the code safe for minification automatically by
309+ // ngAnnotate tries to make the code safe for minification automatically by
310310 // using the Angular long form for dependency injection. It doesn't work on
311311 // things like resolve or inject so those have to be done manually.
312- ngmin : {
312+ ngAnnotate : {
313313 dist : {
314314 files : [ {
315315 expand : true ,
@@ -454,7 +454,7 @@ module.exports = function (grunt) {
454454 'concurrent:dist' ,
455455 'autoprefixer' ,
456456 'concat' ,
457- 'ngmin ' ,
457+ 'ngAnnotate ' ,
458458 'copy:dist' ,
459459 // 'cdnify',
460460 'cssmin' ,
Original file line number Diff line number Diff line change 4747 "grunt-karma" : " ^0.9.0" ,
4848 "grunt-loopback-angular" : " ^1.1.0" ,
4949 "grunt-newer" : " ^0.7.0" ,
50+ "grunt-ng-annotate" : " ^0.4.0" ,
5051 "grunt-ng-constant" : " ^1.0.0" ,
51- "grunt-ngmin" : " ^0.0.3" ,
5252 "grunt-svgmin" : " ^1.0.0" ,
5353 "grunt-usemin" : " ^2.4.0" ,
5454 "grunt-wiredep" : " ^1.9.0" ,
You can’t perform that action at this time.
0 commit comments