From ed2ec2255e53b7d3606cd307cd5a02b7b4a7988a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20Norman=20Hauk=C3=A5s?= Date: Sat, 24 Oct 2015 23:35:41 +0200 Subject: [PATCH] fixed icon error --- Gulpfile.js | 1 + src/plugin-specific/background.js | 2 +- src/plugin-specific/popup.html | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Gulpfile.js b/Gulpfile.js index d01b295..dd42025 100644 --- a/Gulpfile.js +++ b/Gulpfile.js @@ -49,6 +49,7 @@ gulp.task('dist', ['tmp'], function () { var imageAssets = gulp.src('src/plugin-specific/*.png').pipe($.flatten()); var chromePluginResources = gulp.src([ 'src/plugin-specific/**/*', + '!src/plugin-specific/*.png', ]) .pipe($.flatten()) .pipe($.fileInclude({ diff --git a/src/plugin-specific/background.js b/src/plugin-specific/background.js index d73598f..93d8f33 100644 --- a/src/plugin-specific/background.js +++ b/src/plugin-specific/background.js @@ -1,6 +1,6 @@ var pluginEnabled = true; -console.log('background page was started'); +// console.log('background page was started'); function updateIcon () { var selectedIcon; diff --git a/src/plugin-specific/popup.html b/src/plugin-specific/popup.html index 77ac21d..f740d2b 100644 --- a/src/plugin-specific/popup.html +++ b/src/plugin-specific/popup.html @@ -3,7 +3,7 @@ Popup menu for TagIt plugin - +