From a0ff6819f1ec5d1ad53abb538b43626e7fcb8876 Mon Sep 17 00:00:00 2001 From: Dan Lasky Date: Wed, 7 Dec 2016 17:19:23 -0600 Subject: [PATCH] remove babily for now (checkbox issue in grid) --- gulp/tasks/build.js | 8 ++++---- src/strand-grid/strand-grid.js | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gulp/tasks/build.js b/gulp/tasks/build.js index 31b9d23d..7f80c547 100644 --- a/gulp/tasks/build.js +++ b/gulp/tasks/build.js @@ -205,8 +205,8 @@ empty: true, spare: true })) - .pipe(inlineBabel()) - .pipe(plugins.inlinemin({js:false})) + // .pipe(inlineBabel()) + .pipe(plugins.inlinemin()) .pipe(plugins.header('')) .pipe(C.dbg('vulcanize-modules')) .pipe(gulp.dest(C.DIST)); @@ -223,8 +223,8 @@ empty: true, spare: true })) - .pipe(inlineBabel()) - .pipe(plugins.inlinemin({js:false})) + // .pipe(inlineBabel()) + .pipe(plugins.inlinemin()) .pipe(plugins.header('')) .pipe(C.dbg('vulcanize-lib')) .pipe(gulp.dest(C.DIST)); diff --git a/src/strand-grid/strand-grid.js b/src/strand-grid/strand-grid.js index fb4469d0..1a68a9a0 100644 --- a/src/strand-grid/strand-grid.js +++ b/src/strand-grid/strand-grid.js @@ -367,7 +367,7 @@ return Polymer.dom(this).removeChild(column); }, - _showNoResults(noResultsMessage, data) { + _showNoResults: function(noResultsMessage, data) { if (noResultsMessage) { return !data || data && !data.length; } else {