mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 22:03:36 +00:00
Remove unused overlay directory (#455)
* Remove popup. * Remove lib from gitignore and gulpfile. * Remove more overlay references. * Remove unused parts of the legacy gulp lint.
This commit is contained in:
committed by
Kyle Spearrin
parent
3253b4861f
commit
2ca0f6702e
@@ -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'));
|
||||
|
||||
Reference in New Issue
Block a user