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

Commit ad31e5d

Browse files
committed
Merge pull request #825 from stevemao/patch
fix(buid): no need to ngAnnotate oldieshim and vendor
2 parents c9b4f8f + ed413a1 commit ad31e5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/common/root/_Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ module.exports = function (grunt) {
356356
files: [{
357357
expand: true,
358358
cwd: '.tmp/concat/scripts',
359-
src: '*.js',
359+
src: ['*.js', '!oldieshim.js'],
360360
dest: '.tmp/concat/scripts'
361361
}]
362362
}

0 commit comments

Comments
 (0)