diff options
author | August Skare <post@augustskare.no> | 2018-10-19 22:02:15 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-19 22:02:15 +0800 |
commit | 580e574c841fb9b0ba9d37a50bd5a0f787799ff2 (patch) | |
tree | cf35d1d5b93cb73aba412197cdaeeb1a113b05ad /packages/dev-tools-pages/public | |
parent | 30f7f83573c9254de336c3c2fc7297188d47af15 (diff) | |
download | dexon-sol-tools-580e574c841fb9b0ba9d37a50bd5a0f787799ff2.tar dexon-sol-tools-580e574c841fb9b0ba9d37a50bd5a0f787799ff2.tar.gz dexon-sol-tools-580e574c841fb9b0ba9d37a50bd5a0f787799ff2.tar.bz2 dexon-sol-tools-580e574c841fb9b0ba9d37a50bd5a0f787799ff2.tar.lz dexon-sol-tools-580e574c841fb9b0ba9d37a50bd5a0f787799ff2.tar.xz dexon-sol-tools-580e574c841fb9b0ba9d37a50bd5a0f787799ff2.tar.zst dexon-sol-tools-580e574c841fb9b0ba9d37a50bd5a0f787799ff2.zip |
Feature/build step (#2)
* BundleAnalyzerPlugin
* lazy load highlight.js
* seperate bundles for each page
* prerender apps to html on build
* preload important font files
* dont prerender code copy button
* fix woff2 variant of font
* added missing doctype
* remove metatags component
Diffstat (limited to 'packages/dev-tools-pages/public')
-rw-r--r-- | packages/dev-tools-pages/public/favicons/compiler.ico | bin | 6518 -> 0 bytes | |||
-rw-r--r-- | packages/dev-tools-pages/public/favicons/cov.ico | bin | 6518 -> 0 bytes | |||
-rw-r--r-- | packages/dev-tools-pages/public/favicons/profiler.ico | bin | 6518 -> 0 bytes | |||
-rw-r--r-- | packages/dev-tools-pages/public/favicons/trace.ico | bin | 6518 -> 0 bytes | |||
-rw-r--r-- | packages/dev-tools-pages/public/index.html | 15 |
5 files changed, 0 insertions, 15 deletions
diff --git a/packages/dev-tools-pages/public/favicons/compiler.ico b/packages/dev-tools-pages/public/favicons/compiler.ico Binary files differdeleted file mode 100644 index e43c5fc8a..000000000 --- a/packages/dev-tools-pages/public/favicons/compiler.ico +++ /dev/null diff --git a/packages/dev-tools-pages/public/favicons/cov.ico b/packages/dev-tools-pages/public/favicons/cov.ico Binary files differdeleted file mode 100644 index 4f1172186..000000000 --- a/packages/dev-tools-pages/public/favicons/cov.ico +++ /dev/null diff --git a/packages/dev-tools-pages/public/favicons/profiler.ico b/packages/dev-tools-pages/public/favicons/profiler.ico Binary files differdeleted file mode 100644 index 65d38812b..000000000 --- a/packages/dev-tools-pages/public/favicons/profiler.ico +++ /dev/null diff --git a/packages/dev-tools-pages/public/favicons/trace.ico b/packages/dev-tools-pages/public/favicons/trace.ico Binary files differdeleted file mode 100644 index af00455d4..000000000 --- a/packages/dev-tools-pages/public/favicons/trace.ico +++ /dev/null diff --git a/packages/dev-tools-pages/public/index.html b/packages/dev-tools-pages/public/index.html deleted file mode 100644 index f8131aece..000000000 --- a/packages/dev-tools-pages/public/index.html +++ /dev/null @@ -1,15 +0,0 @@ -<!DOCTYPE html> -<html> - -<head> - <meta charset="utf-8"> - <meta name="viewport" content="width=device-width, initial-scale=1"> - <title>0x: The Protocol for Trading Tokens</title> -</head> - -<body> - <div id="app"></div> - <script type="text/javascript" crossorigin="anonymous" src="/bundle.js" charset="utf-8"></script> -</body> - -</html>
\ No newline at end of file |