diff --git a/.gitignore b/.gitignore index 2b9b4269d6c..70537cd0289 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,6 @@ .idea node_modules npm-debug.log -lib/ css/ dist/ webfonts/ diff --git a/gulpfile.js b/gulpfile.js index e6f44276efb..240c365413c 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -15,7 +15,6 @@ const paths = { build: './build/', dist: './dist/', coverage: './coverage/', - libDir: './src/lib/', npmDir: './node_modules/', popupDir: './src/popup/', cssDir: './src/popup/css/' @@ -154,12 +153,9 @@ gulp.task('ci:coverage', (cb) => { gulp.task('lint', () => { return gulp.src([ paths.popupDir + '**/*.js', - './src/services/**/*.js', './src/notification/**/*.js', - './src/scripts/**/*.js', - //'./src/content/**/*.js', - './src/overlay/**/*.js', - './src/background.js' + './src/scripts/**/*.js' + //'./src/content/**/*.js' ]).pipe(jshint({ esversion: 6 })).pipe(jshint.reporter('default')); diff --git a/src/manifest.json b/src/manifest.json index e2e2c2b6bda..14b53561e0d 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -116,7 +116,6 @@ } }, "web_accessible_resources": [ - "overlay/popup.html", "notification/bar.html" ], "-ms-preload": { diff --git a/src/overlay/popup.html b/src/overlay/popup.html deleted file mode 100644 index 506ca82c8a0..00000000000 --- a/src/overlay/popup.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - This is the popup!!! - -