diff --git a/templates/common/root/_Gruntfile.js b/templates/common/root/_Gruntfile.js index 13bc6e52f..dd61807c4 100644 --- a/templates/common/root/_Gruntfile.js +++ b/templates/common/root/_Gruntfile.js @@ -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' }] }