File tree 2 files changed +3
-3
lines changed
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) {
316
316
317
317
// Allow the use of non-minsafe AngularJS files. Automatically makes it
318
318
// minsafe compatible so Uglify does not destroy the ng references
319
- ngmin : {
319
+ ngAnnotate : {
320
320
dist : {
321
321
files : [ {
322
322
expand : true ,
@@ -782,7 +782,7 @@ module.exports = function (grunt) {
782
782
'autoprefixer',
783
783
'ngtemplates',
784
784
'concat',
785
- 'ngmin ',
785
+ 'ngAnnotate ',
786
786
'copy:dist',
787
787
'cdnify',
788
788
'cssmin',
Original file line number Diff line number Diff line change 47
47
"grunt-contrib-less" : " ^0.11.0" ,<% } %>
48
48
"grunt-google-cdn" : " ~0.4.0" ,
49
49
"grunt-newer" : " ~0.7.0" ,
50
- "grunt-ngmin " : " ~0.0 .3" ,
50
+ "grunt-ng-annotate " : " ^0.2 .3" ,
51
51
"grunt-rev" : " ~0.1.0" ,
52
52
"grunt-svgmin" : " ~0.4.0" ,
53
53
"grunt-usemin" : " ~2.1.1" ,
You can’t perform that action at this time.
0 commit comments