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

Commit

Permalink
fix(build): no need to ngAnnotate oldieshim
Browse files Browse the repository at this point in the history
  • Loading branch information
steve mao committed Aug 26, 2014
1 parent c9b4f8f commit ed413a1
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 ed413a1

Please sign in to comment.