[go: nahoru, domu]

Skip to content

Commit

Permalink
[dash] Followup to flutter#1294 (flutter#1306)
Browse files Browse the repository at this point in the history
* Revert site-shared

* Make f/readme private since there is no need to publish this file

* Revert changes to head.html

* Pub upgrade
  • Loading branch information
chalin committed Sep 25, 2018
1 parent 5901144 commit 64d861e
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
22 changes: 11 additions & 11 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ packages:
name: build
url: "https://pub.dartlang.org"
source: hosted
version: "0.12.7+3"
version: "0.12.8"
build_config:
dependency: transitive
description:
Expand All @@ -42,21 +42,21 @@ packages:
name: build_resolvers
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.2+3"
version: "0.2.2+4"
build_runner:
dependency: "direct dev"
description:
name: build_runner
url: "https://pub.dartlang.org"
source: hosted
version: "0.10.2"
version: "0.10.3"
build_runner_core:
dependency: transitive
description:
name: build_runner_core
url: "https://pub.dartlang.org"
source: hosted
version: "0.3.1+5"
version: "1.0.0"
built_collection:
dependency: transitive
description:
Expand All @@ -78,13 +78,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.2"
cli_util:
dependency: transitive
description:
name: cli_util
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.3+2"
code_builder:
dependency: transitive
description:
Expand Down Expand Up @@ -369,6 +362,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.4"
timing:
dependency: transitive
description:
name: timing
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.1"
typed_data:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion site-shared
12 changes: 6 additions & 6 deletions src/_includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
<meta property="og:image" content="{{og_image_path | absolute_url}}">

<link href="https://fonts.googleapis.com/css?family=Google+Sans:400|Roboto:300,400,500|Source+Code+Pro|Material+Icons" rel="stylesheet">

{% asset main.css %}
{% for css in page.css -%}
{% asset '{{css}}' %}
{% endfor %}
<link rel="canonical" href="{{ page_url }}">
{% asset main.css %}
{% for css in page.css -%}
{% asset '{{css}}' %}
{% endfor %}
{% asset main.js %}
<link rel="canonical" href="{{ page_url }}">

<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
Expand Down
File renamed without changes.

0 comments on commit 64d861e

Please sign in to comment.