# HG changeset patch # User lisaq # Date 2016-08-31 12:02:15 # Node ID ad65ce3e8b5f276456a25093c38694692e7014fc # Parent 912a8f06b1e48f93895b28864ca4dc08287b418d grunt: switching to webcomponents-lite diff --git a/Gruntfile.js b/Gruntfile.js --- 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', }, },