Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to using standalone chrome-launcher package #3410

Merged
merged 2 commits into from
Sep 25, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ coverage/**
lighthouse-cli/*.js
lighthouse-cli/commands/*.js
lighthouse-cli/types/*.js
!chrome-launcher/manual-chrome-launcher.js
!chrome-launcher/compiled-check.js
chrome-launcher/*.js

# Generated files
plots/out*
6 changes: 0 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ closure-error.log
lighthouse-cli/*.map
lighthouse-cli/*.js

!chrome-launcher/manual-chrome-launcher.js
!chrome-launcher/compiled-check.js
chrome-launcher/*.map
chrome-launcher/*.js
chrome-launcher/*.d.ts

lighthouse-cli/commands/*.map
lighthouse-cli/commands/*.js

Expand Down
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ cache:
yarn: true
directories:
- node_modules
- chrome-launcher/node_modules
- lighthouse-cli/node_modules
- lighthouse-extension/node_modules
- lighthouse-viewer/node_modules
Expand All @@ -33,7 +32,6 @@ before_script:
script:
- yarn bundlesize
- yarn test-cli-formatting
- yarn test-launcher-formatting
- yarn lint
- yarn unit
- yarn closure
Expand Down
12 changes: 0 additions & 12 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,18 +119,6 @@ echo "Generate the release notes, and update the release page"
echo "Inform various peoples"
```

### Releasing chrome launcher.

```sh
cd chrome-launcher
echo "build the launcher source code"
yarn build
yarn version --no-git-tag-version
git commit -am "launcher to 0.x.x"
echo "commit (but without a tag, as it gets mixed up with LH rls tags)"
npm publish
```

### Canary release

```sh
Expand Down
6 changes: 0 additions & 6 deletions chrome-launcher/.clang-format

This file was deleted.

17 changes: 0 additions & 17 deletions chrome-launcher/.npmignore

This file was deleted.

202 changes: 0 additions & 202 deletions chrome-launcher/LICENSE

This file was deleted.

Loading