Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

Commit

Permalink
Merge pull request #825 from stevemao/patch
Browse files Browse the repository at this point in the history
fix(buid): no need to ngAnnotate oldieshim and vendor
  • Loading branch information
eddiemonge committed Aug 26, 2014
2 parents c9b4f8f + ed413a1 commit ad31e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/common/root/_Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ module.exports = function (grunt) {
files: [{
expand: true,
cwd: '.tmp/concat/scripts',
src: '*.js',
src: ['*.js', '!oldieshim.js'],
dest: '.tmp/concat/scripts'
}]
}
Expand Down

0 comments on commit ad31e5d

Please sign in to comment.