From 39de3aecc71ff094b8e347ca914291ef0ee57653 Mon Sep 17 00:00:00 2001 From: lisaq Date: Wed, 31 Aug 2016 14:02:15 +0200 Subject: [PATCH] grunt: switching to webcomponents-lite --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', }, },