This repository has been archived by the owner on Jul 9, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 465
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1249 from bakkenbaeck/dev-tools-pages
Dev tools pages
- Loading branch information
Showing
86 changed files
with
5,707 additions
and
1,276 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ jobs: | |
build: | ||
resource_class: medium+ | ||
docker: | ||
- image: circleci/node:9 | ||
- image: circleci/node:9-browsers | ||
environment: | ||
CONTRACTS_COMMIT_HASH: '9ed05f5' | ||
working_directory: ~/repo | ||
|
@@ -16,7 +16,7 @@ jobs: | |
command: sudo npm install --global [email protected] | ||
- run: | ||
name: yarn | ||
command: yarn --frozen-lockfile install || yarn --frozen-lockfile install | ||
command: yarn --frozen-lockfile --ignore-engines install || yarn --frozen-lockfile --ignore-engines install | ||
- run: yarn build:ci:no_website | ||
- run: yarn build:ts | ||
- save_cache: | ||
|
@@ -26,7 +26,7 @@ jobs: | |
build-website: | ||
resource_class: medium+ | ||
docker: | ||
- image: circleci/node:9 | ||
- image: circleci/node:9-browsers | ||
working_directory: ~/repo | ||
steps: | ||
- restore_cache: | ||
|
@@ -35,7 +35,7 @@ jobs: | |
- run: cd packages/website && yarn build:prod | ||
test-contracts-ganache: | ||
docker: | ||
- image: circleci/node:9 | ||
- image: circleci/node:9-browsers | ||
working_directory: ~/repo | ||
steps: | ||
- restore_cache: | ||
|
@@ -49,7 +49,7 @@ jobs: | |
- run: yarn wsrun test:circleci @0x/contracts-protocol | ||
test-contracts-geth: | ||
docker: | ||
- image: circleci/node:9 | ||
- image: circleci/node:9-browsers | ||
- image: 0xorg/devnet | ||
working_directory: ~/repo | ||
steps: | ||
|
@@ -67,7 +67,7 @@ jobs: | |
test-publish: | ||
resource_class: medium+ | ||
docker: | ||
- image: circleci/node:9 | ||
- image: circleci/node:9-browsers | ||
- image: 0xorg/verdaccio | ||
working_directory: ~/repo | ||
steps: | ||
|
@@ -77,7 +77,7 @@ jobs: | |
- run: yarn test:publish:circleci | ||
test-doc-generation: | ||
docker: | ||
- image: circleci/node:9 | ||
- image: circleci/node:9-browsers | ||
working_directory: ~/repo | ||
steps: | ||
- restore_cache: | ||
|
@@ -100,7 +100,7 @@ jobs: | |
- ~/repo/packages/pipeline/coverage/lcov.info | ||
test-rest: | ||
docker: | ||
- image: circleci/node:9 | ||
- image: circleci/node:9-browsers | ||
working_directory: ~/repo | ||
steps: | ||
- restore_cache: | ||
|
@@ -283,7 +283,7 @@ jobs: | |
static-tests: | ||
working_directory: ~/repo | ||
docker: | ||
- image: circleci/node:9 | ||
- image: circleci/node:9-browsers | ||
steps: | ||
- restore_cache: | ||
keys: | ||
|
@@ -294,7 +294,7 @@ jobs: | |
- run: yarn bundlewatch | ||
submit-coverage: | ||
docker: | ||
- image: circleci/node:9 | ||
- image: circleci/node:9-browsers | ||
working_directory: ~/repo | ||
steps: | ||
- restore_cache: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
public | ||
assets/fonts/*.woff | ||
assets/fonts/*.woff2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | ||
<title>Document</title> | ||
</head> | ||
<body> | ||
|
||
<ul> | ||
<li><a href="/compiler">Compiler</a></li> | ||
<li><a href="/cov">Cov</a></li> | ||
<li><a href="/profiler">Profiler</a></li> | ||
<li><a href="/trace">Trace</a></li> | ||
|
||
</ul> | ||
|
||
</body> | ||
</html> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | ||
<link rel="preload" href="/fonts/MaisonNeue-Book-subset.woff2" as="font" type="font/woff2" crossorigin> | ||
<link rel="preload" href="/fonts/MaisonNeue-Bold-subset.woff2" as="font" type="font/woff2" crossorigin> | ||
<title><%= htmlWebpackPlugin.options.title %></title> | ||
</head> | ||
<body> | ||
<div id="app"></div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
const pages = [ | ||
{ | ||
title: 'sol-compiler', | ||
filename: 'compiler/index.html', | ||
template: 'assets/index.html', | ||
chunks: ['compiler'], | ||
favicon: 'assets/favicons/compiler.ico', | ||
minify: true, | ||
meta: { | ||
description: 'Solidity compilation that just works', | ||
'og-title': { property: 'og:title', content: 'sol-compiler' }, | ||
'og-description': { property: 'og:description', content: 'Solidity compilation that just works' }, | ||
'og-type': { property: 'og:type', content: 'website' }, | ||
'og-image': { property: 'og:image', content: '/images/og-compiler' }, | ||
'twitter:site': '@0xproject', | ||
'twitter:image': '/images/og-compiler', | ||
}, | ||
}, | ||
{ | ||
title: 'sol-cov', | ||
filename: 'cov/index.html', | ||
template: 'assets/index.html', | ||
chunks: ['cov'], | ||
favicon: 'assets/favicons/cov.ico', | ||
minify: true, | ||
meta: { | ||
description: 'Solidity code coverage', | ||
'og-title': { property: 'og:title', content: 'sol-cov' }, | ||
'og-description': { property: 'og:description', content: 'Solidity code coverage' }, | ||
'og-type': { property: 'og:type', content: 'website' }, | ||
'og-image': { property: 'og:image', content: '/images/og-cov' }, | ||
'twitter:site': '@0xproject', | ||
'twitter:image': '/images/og-cov', | ||
}, | ||
}, | ||
{ | ||
title: 'sol-profiler', | ||
filename: 'profiler/index.html', | ||
template: 'assets/index.html', | ||
chunks: ['profiler'], | ||
favicon: 'assets/favicons/profiler.ico', | ||
minify: true, | ||
meta: { | ||
description: 'Gas profiling for Solidity', | ||
'og-title': { property: 'og:title', content: 'sol-profiler' }, | ||
'og-description': { property: 'og:description', content: 'Gas profiling for Solidity' }, | ||
'og-type': { property: 'og:type', content: 'website' }, | ||
'og-image': { property: 'og:image', content: '/images/og-profiler' }, | ||
'twitter:site': '@0xproject', | ||
'twitter:image': '/images/og-profiler', | ||
}, | ||
}, | ||
{ | ||
title: 'sol-trace', | ||
filename: 'trace/index.html', | ||
template: 'assets/index.html', | ||
chunks: ['trace'], | ||
favicon: 'assets/favicons/trace.ico', | ||
minify: true, | ||
meta: { | ||
description: 'Human-readable stack traces', | ||
'og-title': { property: 'og:title', content: 'sol-trace' }, | ||
'og-description': { property: 'og:description', content: 'Human-readable stack traces' }, | ||
'og-type': { property: 'og:type', content: 'website' }, | ||
'og-image': { property: 'og:image', content: '/images/og-trace' }, | ||
'twitter:site': '@0xproject', | ||
'twitter:image': '/images/og-trace', | ||
}, | ||
}, | ||
]; | ||
|
||
module.exports = pages; |
85 changes: 0 additions & 85 deletions
85
packages/dev-tools-pages/public/css/basscss_responsive_custom.css
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.