Skip to content

Commit

Permalink
switch to using standalone chrome-launcher package
Browse files Browse the repository at this point in the history
  • Loading branch information
brendankenny committed Sep 25, 2017
1 parent 7352c68 commit 403b6a9
Show file tree
Hide file tree
Showing 34 changed files with 70 additions and 2,815 deletions.
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

0 comments on commit 403b6a9

Please sign in to comment.