Skip to content

Commit

Permalink
chore(grunt): replaced grunt-ngmin (deprecated)
Browse files Browse the repository at this point in the history
using grunt-ng-annotate instead
  • Loading branch information
seriema committed Oct 19, 2014
1 parent ff4e18b commit 16a1f13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ module.exports = function (grunt) {

// Allow the use of non-minsafe AngularJS files. Automatically makes it
// minsafe compatible so Uglify does not destroy the ng references
ngmin: {
ngAnnotate: {
dist: {
src: ['<%= yeoman.dist %>/angular-apimock.js'],
dest: '<%= yeoman.dist %>/angular-apimock.js'
Expand Down Expand Up @@ -217,8 +217,8 @@ module.exports = function (grunt) {
grunt.registerTask('_publish', [
'clean',
'concat',
'ngmin',
'uglify',
'ngAnnotate',
'changelog',
'nugetpack',
'bump-commit',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"grunt-conventional-changelog": "^1.1.0",
"grunt-karma": "^0.9.0",
"grunt-newer": "^0.7.0",
"grunt-ngmin": "0.0.3",
"grunt-ng-annotate": "^0.4.0",
"grunt-nuget": "^0.1.3",
"jshint-stylish": "^1.0.0",
"karma": "^0.12.1",
Expand Down

0 comments on commit 16a1f13

Please sign in to comment.