Skip to content

Commit

Permalink
fix: run npm run build
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatur authored Oct 11, 2022
1 parent a006834 commit 2b18237
Show file tree
Hide file tree
Showing 15 changed files with 23 additions and 29 deletions.
12 changes: 6 additions & 6 deletions material/assets/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"assets/javascripts/vendor.js.map": "assets/javascripts/vendor.08c56446.min.js.map",
"assets/javascripts/worker/search.js": "assets/javascripts/worker/search.8c7e0a7e.min.js",
"assets/javascripts/worker/search.js.map": "assets/javascripts/worker/search.8c7e0a7e.min.js.map",
"assets/stylesheets/main.css": "assets/stylesheets/main.092859fe.min.css",
"assets/stylesheets/main.css.map": "assets/stylesheets/main.092859fe.min.css.map",
"assets/stylesheets/overrides.css": "assets/stylesheets/overrides.d72bad8a.min.css",
"assets/stylesheets/overrides.css.map": "assets/stylesheets/overrides.d72bad8a.min.css.map",
"assets/stylesheets/palette.css": "assets/stylesheets/palette.a44cd350.min.css",
"assets/stylesheets/palette.css.map": "assets/stylesheets/palette.a44cd350.min.css.map"
"assets/stylesheets/main.css": "assets/stylesheets/main.29050b4b.min.css",
"assets/stylesheets/main.css.map": "assets/stylesheets/main.29050b4b.min.css.map",
"assets/stylesheets/overrides.css": "assets/stylesheets/overrides.db33ecf4.min.css",
"assets/stylesheets/overrides.css.map": "assets/stylesheets/overrides.db33ecf4.min.css.map",
"assets/stylesheets/palette.css": "assets/stylesheets/palette.968a41d4.min.css",
"assets/stylesheets/palette.css.map": "assets/stylesheets/palette.968a41d4.min.css.map"
}
4 changes: 0 additions & 4 deletions material/assets/stylesheets/main.092859fe.min.css

This file was deleted.

1 change: 0 additions & 1 deletion material/assets/stylesheets/main.092859fe.min.css.map

This file was deleted.

4 changes: 4 additions & 0 deletions material/assets/stylesheets/main.29050b4b.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions material/assets/stylesheets/main.29050b4b.min.css.map

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions material/assets/stylesheets/overrides.d72bad8a.min.css

This file was deleted.

1 change: 0 additions & 1 deletion material/assets/stylesheets/overrides.d72bad8a.min.css.map

This file was deleted.

3 changes: 3 additions & 0 deletions material/assets/stylesheets/overrides.db33ecf4.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions material/assets/stylesheets/overrides.db33ecf4.min.css.map

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions material/assets/stylesheets/palette.968a41d4.min.css.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion material/assets/stylesheets/palette.a44cd350.min.css.map

This file was deleted.

10 changes: 3 additions & 7 deletions material/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@
{% endif %}
{% endblock %}
{% block styles %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.092859fe.min.css' | url }}">
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.29050b4b.min.css' | url }}">
{% if config.theme.palette %}
{% set palette = config.theme.palette %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.a44cd350.min.css' | url }}">
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.968a41d4.min.css' | url }}">
{% if palette.primary %}
{% import "partials/palette.html" as map %}
{% set primary = map.primary(
Expand Down Expand Up @@ -86,10 +86,6 @@
<script>!function(e,t,a,n){e[n]=e[n]||[],e[n].push({"gtm.start":(new Date).getTime(),event:"gtm.js"});var g=t.getElementsByTagName(a)[0],m=t.createElement(a);m.async=!0,m.src="https://www.googletagmanager.com/gtm.js?id=GTM-NMWC63S",g.parentNode.insertBefore(m,g)}(window,document,"script","dataLayer")</script>
{% endblock %}
{% block extrahead %}{% endblock %}
<script
type="text/javascript"
src="https://traefik.github.io/traefiklabs-header-app/main-v1.js"
></script>
</head>
{% set direction = config.theme.direction or lang.t('direction') %}
{% if config.theme.palette %}
Expand Down Expand Up @@ -131,7 +127,7 @@
{% if "search" in config["plugins"] %}
{% include "partials/search.html" %}
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
{% endif %}
{% endif %}
<div class="md-sidebar__scrollwrap" data-md-component="navigation">
<div class="md-sidebar__inner">
{% include "partials/nav.html" %}
Expand Down
2 changes: 1 addition & 1 deletion material/overrides/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<meta name="twitter:title" content="{{ title }}">
<meta name="twitter:description" content="{{ config.site_description }}">
<meta name="twitter:image" content="{{ image }}">
<link rel="stylesheet" href="{{ 'assets/stylesheets/overrides.d72bad8a.min.css' | url }}">
<link rel="stylesheet" href="{{ 'assets/stylesheets/overrides.db33ecf4.min.css' | url }}">
{% endblock %}
{% block announce %}
<a href="https://twitter.com/squidfunk">
Expand Down
4 changes: 1 addition & 3 deletions material/partials/company-header.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,5 @@
<header class="md-header">
{% include "partials/search.html" %}
</header>

<div style="height: 64px;"></div>
<div style="height:64px"></div>
<header-app></header-app>

0 comments on commit 2b18237

Please sign in to comment.