File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -282,10 +282,10 @@ module.exports = function (grunt) {
282
282
}
283
283
} ,
284
284
285
- // ngmin tries to make the code safe for minification automatically by
285
+ // ngAnnotate tries to make the code safe for minification automatically by
286
286
// using the Angular long form for dependency injection. It doesn't work on
287
287
// things like resolve or inject so those have to be done manually.
288
- ngmin : {
288
+ ngAnnotate : {
289
289
dist : {
290
290
files : [ {
291
291
expand : true ,
@@ -397,7 +397,7 @@ module.exports = function (grunt) {
397
397
'concurrent:dist' ,
398
398
'copy:dist' ,
399
399
'cssmin' ,
400
- 'ngmin ' ,
400
+ 'ngAnnotate ' ,
401
401
'uglify' ,
402
402
'htmlmin'
403
403
] ) ;
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " sbadmin " ,
2
+ "name" : " sb-admin " ,
3
3
"version" : " 0.0.0" ,
4
4
"repository" : {
5
5
"type" : " git" ,
24
24
"grunt-google-cdn" : " ^0.4.0" ,
25
25
"grunt-karma" : " ^0.10.1" ,
26
26
"grunt-newer" : " ^0.7.0" ,
27
- "grunt-ngmin " : " ^0.0.3 " ,
27
+ "grunt-ng-annotate " : " ^0.10.0 " ,
28
28
"grunt-svgmin" : " ^0.4.0" ,
29
29
"grunt-usemin" : " ^2.1.1" ,
30
30
"grunt-wiredep" : " ^1.7.0" ,
You can’t perform that action at this time.
0 commit comments