Users/benfeely/bug profiles (#5)
* Fix bug in layout of performance profiles. * Update docs for github hosting.
This commit is contained in:
Родитель
16509fd9fa
Коммит
d91bfeeb72
|
@ -5,58 +5,6 @@
|
|||
"latestMigration": "20180328-add-nx-lint"
|
||||
},
|
||||
"apps": [
|
||||
{
|
||||
"name": "demo",
|
||||
"root": "apps/demo/src",
|
||||
"outDir": "dist/apps/demo",
|
||||
"assets": [
|
||||
"assets",
|
||||
"favicon.ico"
|
||||
],
|
||||
"index": "index.html",
|
||||
"main": "main.ts",
|
||||
"polyfills": "polyfills.ts",
|
||||
"test": "../../../test.js",
|
||||
"tsconfig": "tsconfig.app.json",
|
||||
"testTsconfig": "../../../tsconfig.spec.json",
|
||||
"prefix": "app",
|
||||
"styles": [
|
||||
"styles.css"
|
||||
],
|
||||
"scripts": [],
|
||||
"environmentSource": "environments/environment.ts",
|
||||
"environments": {
|
||||
"dev": "environments/environment.ts",
|
||||
"prod": "environments/environment.prod.ts"
|
||||
},
|
||||
"tags": []
|
||||
},
|
||||
{
|
||||
"name": "demo-from-packages",
|
||||
"root": "apps/demo/src",
|
||||
"outDir": "dist/apps/demo",
|
||||
"assets": [
|
||||
"assets",
|
||||
"favicon.ico"
|
||||
],
|
||||
"index": "index.html",
|
||||
"main": "main.ts",
|
||||
"polyfills": "polyfills.ts",
|
||||
"test": "../../../test.js",
|
||||
"tsconfig": "tsconfig.packages.json",
|
||||
"testTsconfig": "../../../tsconfig.spec.json",
|
||||
"prefix": "app",
|
||||
"styles": [
|
||||
"styles.css"
|
||||
],
|
||||
"scripts": [],
|
||||
"environmentSource": "environments/environment.ts",
|
||||
"environments": {
|
||||
"dev": "environments/environment.ts",
|
||||
"prod": "environments/environment.prod.ts"
|
||||
},
|
||||
"tags": []
|
||||
},
|
||||
{
|
||||
"name": "docs",
|
||||
"root": "apps/docs/src",
|
||||
|
@ -111,6 +59,58 @@
|
|||
},
|
||||
"tags": []
|
||||
},
|
||||
{
|
||||
"name": "demo",
|
||||
"root": "apps/demo/src",
|
||||
"outDir": "dist/apps/demo",
|
||||
"assets": [
|
||||
"assets",
|
||||
"favicon.ico"
|
||||
],
|
||||
"index": "index.html",
|
||||
"main": "main.ts",
|
||||
"polyfills": "polyfills.ts",
|
||||
"test": "../../../test.js",
|
||||
"tsconfig": "tsconfig.app.json",
|
||||
"testTsconfig": "../../../tsconfig.spec.json",
|
||||
"prefix": "app",
|
||||
"styles": [
|
||||
"styles.css"
|
||||
],
|
||||
"scripts": [],
|
||||
"environmentSource": "environments/environment.ts",
|
||||
"environments": {
|
||||
"dev": "environments/environment.ts",
|
||||
"prod": "environments/environment.prod.ts"
|
||||
},
|
||||
"tags": []
|
||||
},
|
||||
{
|
||||
"name": "demo-from-packages",
|
||||
"root": "apps/demo/src",
|
||||
"outDir": "dist/apps/demo",
|
||||
"assets": [
|
||||
"assets",
|
||||
"favicon.ico"
|
||||
],
|
||||
"index": "index.html",
|
||||
"main": "main.ts",
|
||||
"polyfills": "polyfills.ts",
|
||||
"test": "../../../test.js",
|
||||
"tsconfig": "tsconfig.packages.json",
|
||||
"testTsconfig": "../../../tsconfig.spec.json",
|
||||
"prefix": "app",
|
||||
"styles": [
|
||||
"styles.css"
|
||||
],
|
||||
"scripts": [],
|
||||
"environmentSource": "environments/environment.ts",
|
||||
"environments": {
|
||||
"dev": "environments/environment.ts",
|
||||
"prod": "environments/environment.prod.ts"
|
||||
},
|
||||
"tags": []
|
||||
},
|
||||
{
|
||||
"name": "core",
|
||||
"appRoot": "",
|
||||
|
|
|
@ -7,9 +7,9 @@
|
|||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
// box-sizing: border-box;
|
||||
border-top: $rubberbandScrollBuffer solid $oil;
|
||||
margin-top: 0 - $rubberbandScrollBuffer;
|
||||
z-index: 10;
|
||||
|
||||
nav.primary {
|
||||
background-color: $oil;
|
||||
|
@ -47,8 +47,6 @@
|
|||
background: $smoke;
|
||||
|
||||
/deep/ .mat-tab-nav-bar {
|
||||
// display: flex;
|
||||
// justify-content: center;
|
||||
|
||||
.mat-tab-links {
|
||||
display: flex;
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
:host {
|
||||
display: block;
|
||||
min-width: 600px;
|
||||
max-width: 900px;
|
||||
|
||||
.mat-button-toggle-group {
|
||||
width: 100%;
|
||||
|
@ -29,7 +30,7 @@
|
|||
}
|
||||
|
||||
.perf-images.summary .perf-image img {
|
||||
margin-top: -58%;
|
||||
margin-top: -58.3%;
|
||||
margin-bottom: -1%;
|
||||
}
|
||||
|
||||
|
|
|
@ -2,53 +2,6 @@
|
|||
MIT
|
||||
MIT
|
||||
|
||||
cache-loader@1.2.2
|
||||
MIT
|
||||
Copyright JS Foundation and other contributors
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of this software and associated documentation files (the
|
||||
'Software'), to deal in the Software without restriction, including
|
||||
without limitation the rights to use, copy, modify, merge, publish,
|
||||
distribute, sublicense, and/or sell copies of the Software, and to
|
||||
permit persons to whom the Software is furnished to do so, subject to
|
||||
the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be
|
||||
included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
||||
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
||||
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
||||
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
||||
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
@angular-devkit/build-optimizer@0.3.2
|
||||
MIT
|
||||
The MIT License
|
||||
|
||||
Copyright (c) 2017 Google, Inc.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
|
||||
@microsoft/load-themed-styles@1.7.50
|
||||
MIT
|
||||
@microsoft/load-themed-styles
|
||||
|
|
|
@ -8,4 +8,4 @@
|
|||
// We need to redirect to the URL the user was trying to access.
|
||||
history.replaceState(null, null, redirect);
|
||||
}
|
||||
})();</script><!-- /Github Pages hack. --><app-root class="mat-typography"></app-root><script type="text/javascript" src="inline.318b50c57b4eba3d437b.bundle.js"></script><script type="text/javascript" src="polyfills.9a8df1a7a1c2b9447f3a.bundle.js"></script><script type="text/javascript" src="main.3241666694f77e387e6f.bundle.js"></script></body></html>
|
||||
})();</script><!-- /Github Pages hack. --><app-root class="mat-typography"></app-root><script type="text/javascript" src="inline.318b50c57b4eba3d437b.bundle.js"></script><script type="text/javascript" src="polyfills.9a8df1a7a1c2b9447f3a.bundle.js"></script><script type="text/javascript" src="main.f8b904cca0bc36731f17.bundle.js"></script></body></html>
|
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
Загрузка…
Ссылка в новой задаче