Skip to content

Commit a613c6f

Browse files
committed
Merge pull request #374 from kingcody/feature/ng-annotate
fix(app-dependency): change ngmin to ng-annotate
2 parents 0351a44 + dd023fa commit a613c6f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: app/templates/Gruntfile.js

+2-2
Original file line numberDiff line numberDiff 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',

Diff for: app/templates/_package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
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",

0 commit comments

Comments
 (0)