diff --git a/Gruntfile.js b/Gruntfile.js index 205192ad..0673d670 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -12,7 +12,7 @@ module.exports = function(grunt) { main: { expand: true, cwd: 'bower_components', - src: 'webcomponentsjs/**', + src: 'webcomponentsjs/webcomponents-lite.js', dest: '<%= dirs.js.dest %>/vendors', }, },