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 - +