Skip to content

Commit

Permalink
ngmin configuration updated to minify angular component
Browse files Browse the repository at this point in the history
  • Loading branch information
azzamallow committed May 13, 2014
1 parent 3bc7526 commit 9504f16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/templates/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@ module.exports = function (grunt) {
dist: {
files: [{
expand: true,
cwd: '.tmp/concat/scripts',
cwd: '.tmp/scripts',
src: '*.js',
dest: '.tmp/concat/scripts'
dest: '.tmp/scripts'
}]
}
},
Expand Down Expand Up @@ -251,4 +251,4 @@ module.exports = function (grunt) {
'test',
'build'
]);
};
};

0 comments on commit 9504f16

Please sign in to comment.