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

Delete the old UI #6166

Merged
merged 3 commits into from
Feb 21, 2019
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
20 changes: 10 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ workflows:
# - test-deps:
# requires:
# - prep-deps-npm
- test-e2e-beta-chrome:
- test-e2e-chrome:
requires:
- prep-deps-npm
- prep-build
- test-e2e-beta-firefox:
- test-e2e-firefox:
requires:
- prep-deps-npm
- prep-build
Expand Down Expand Up @@ -52,8 +52,8 @@ workflows:
- test-lint
- test-unit
- test-mozilla-lint
- test-e2e-beta-chrome
- test-e2e-beta-firefox
- test-e2e-chrome
- test-e2e-firefox
# - test-e2e-beta-drizzle
- test-integration-flat-chrome
- test-integration-flat-firefox
Expand Down Expand Up @@ -189,21 +189,21 @@ jobs:
# - store_artifacts:
# path: test-artifacts
# destination: test-artifacts
test-e2e-beta-chrome:
test-e2e-chrome:
docker:
- image: circleci/node:8.11.3-browsers
steps:
- checkout
- attach_workspace:
at: .
- run:
name: test:e2e:chrome:beta
command: npm run test:e2e:chrome:beta
name: test:e2e:chrome
command: npm run test:e2e:chrome
- store_artifacts:
path: test-artifacts
destination: test-artifacts

test-e2e-beta-firefox:
test-e2e-firefox:
docker:
- image: circleci/node:8.11.3-browsers
steps:
Expand All @@ -214,8 +214,8 @@ jobs:
- attach_workspace:
at: .
- run:
name: test:e2e:firefox:beta
command: npm run test:e2e:firefox:beta
name: test:e2e:firefox
command: npm run test:e2e:firefox
- store_artifacts:
path: test-artifacts
destination: test-artifacts
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,9 @@ To write tests that will be run in the browser using QUnit, add your test files

- [How to add custom build to Chrome](./docs/add-to-chrome.md)
- [How to add custom build to Firefox](./docs/add-to-firefox.md)
- [How to develop a live-reloading UI](./docs/ui-dev-mode.md)
- [How to add a new translation to MetaMask](./docs/translating-guide.md)
- [Publishing Guide](./docs/publishing.md)
- [The MetaMask Team](./docs/team.md)
- [How to develop an in-browser mocked UI](./docs/ui-mock-mode.md)
- [How to live reload on local dependency changes](./docs/developing-on-deps.md)
- [How to add new networks to the Provider Menu](./docs/adding-new-networks.md)
- [How to manage notices that appear when the app starts up](./docs/notices.md)
Expand Down
2 changes: 0 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ To learn how to develop MetaMask-compatible applications, visit our [Developer D

- [How to add custom build to Chrome](./add-to-chrome.md)
- [How to add custom build to Firefox](./add-to-firefox.md)
- [How to develop a live-reloading UI](./ui-dev-mode.md)
- [Publishing Guide](./publishing.md)
- [How to develop an in-browser mocked UI](./ui-mock-mode.md)
- [How to live reload on local dependency changes](./developing-on-deps.md)
- [How to add new networks to the Provider Menu](./adding-new-networks.md)
- [How to manage notices that appear when the app starts up](./notices.md)
Expand Down
6 changes: 0 additions & 6 deletions docs/ui-dev-mode.md

This file was deleted.

8 changes: 0 additions & 8 deletions docs/ui-mock-mode.md

This file was deleted.

66 changes: 0 additions & 66 deletions old-ui/.gitignore

This file was deleted.

Loading