File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -316,7 +316,7 @@ module.exports = function (grunt) {
316316
317317 // Allow the use of non-minsafe AngularJS files. Automatically makes it
318318 // minsafe compatible so Uglify does not destroy the ng references
319- ngmin : {
319+ ngAnnotate : {
320320 dist : {
321321 files : [ {
322322 expand : true ,
@@ -782,7 +782,7 @@ module.exports = function (grunt) {
782782 'autoprefixer',
783783 'ngtemplates',
784784 'concat',
785- 'ngmin ',
785+ 'ngAnnotate ',
786786 'copy:dist',
787787 'cdnify',
788788 'cssmin',
Original file line number Diff line number Diff line change 4747 "grunt-contrib-less" : " ^0.11.0" ,<% } %>
4848 "grunt-google-cdn" : " ~0.4.0" ,
4949 "grunt-newer" : " ~0.7.0" ,
50- "grunt-ngmin " : " ~0.0 .3" ,
50+ "grunt-ng-annotate " : " ^0.2 .3" ,
5151 "grunt-rev" : " ~0.1.0" ,
5252 "grunt-svgmin" : " ~0.4.0" ,
5353 "grunt-usemin" : " ~2.1.1" ,
You can’t perform that action at this time.
0 commit comments