Skip to content

Commit

Permalink
misc: remove plots/ (#6346)
Browse files Browse the repository at this point in the history
  • Loading branch information
brendankenny committed Oct 21, 2018
1 parent fd7bc18 commit 42a48c7
Show file tree
Hide file tree
Showing 32 changed files with 2 additions and 2,398 deletions.
3 changes: 0 additions & 3 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,4 @@ lighthouse-extension/app/scripts
**/closure/*/*
coverage/**

# Generated files
plots/out*

!.eslintrc.js
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ lighthouse-viewer/ @ebidel @brendankenny
docs/ @paulirish
proto/ @brendankenny @exterkamp

# no explicit owner for plots, travis, etc
# no explicit owner for travis, etc
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ yarn-error.log
/chrome-win32/
/chrome.zip

plots/out**

*__pycache__
*.pyc
proto/scripts/*_pb2.*
Expand Down
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ node_modules/
results/
lantern-data/
latest-run/
plots/

# generated files
**/pages/scripts/lighthouse-report.js
Expand Down
22 changes: 0 additions & 22 deletions lighthouse-core/config/plots-config.js

This file was deleted.

2 changes: 1 addition & 1 deletion lighthouse-viewer/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ gulp.task('create-dir-for-gh-pages', () => {
gulp.task('deploy', cb => {
runSequence('clean', 'build', 'create-dir-for-gh-pages', function() {
ghpages.publish(`dist/viewer`, {
add: true, // keep existing files (like `./plots/`)
add: true, // keep existing files
logger: $.util.log,
}, err => {
if (err) {
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"fast": "yarn start --disable-device-emulation --throttlingMethod=provided",
"deploy-viewer": "cd lighthouse-viewer && gulp deploy",
"bundlesize": "bundlesize",
"plots-smoke": "bash plots/test/smoke.sh",
"changelog": "conventional-changelog --config ./build/changelog-generator/index.js --infile changelog.md --same-file",
"type-check": "tsc -p . && cd ./lighthouse-viewer && yarn type-check",
"i18n:checks": "./lighthouse-core/scripts/i18n/assert-strings-collected.sh",
Expand Down
63 changes: 0 additions & 63 deletions plots/README.md

This file was deleted.

28 changes: 0 additions & 28 deletions plots/ab-screenshot/README.md

This file was deleted.

230 changes: 0 additions & 230 deletions plots/ab-screenshot/analyze.js

This file was deleted.

Binary file removed plots/ab-screenshot/images/checkbox_off_2x.png
Binary file not shown.
Binary file removed plots/ab-screenshot/images/checkbox_on_2x.png
Binary file not shown.
Loading

0 comments on commit 42a48c7

Please sign in to comment.