Skip to content

Commit

Permalink
Minify javascripts
Browse files Browse the repository at this point in the history
  • Loading branch information
gayanvirajith committed Jan 6, 2015
1 parent 070da4b commit c2703a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ <h3>{{ site.title }}<small>{{ site.tagline }}</small></h3>

</script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script async type="text/javascript" src="{{ '/assets/js/gaya.js' | prepend: site.baseurl | prepend: site.url }}"></script>
<script async type="text/javascript" src="{{ '/assets/js/gaya.min.js' | prepend: site.baseurl | prepend: site.url }}"></script>

{% comment %} Google Analytics {% endcomment %}
{% include google-analytics.html %}
Expand Down
1 change: 1 addition & 0 deletions assets/js/gaya.min.js

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

2 changes: 1 addition & 1 deletion browser-warning/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h1>{{ page.title }}</h1>
Explorer 6, 7 and 8.
To get the best experience on
<a href="{{ '' | prepend: site.baseurl | prepend: site.url | append: '/' }}">
<strong>{{ site.url }}</strong>
<strong>{{ site.url | append: site.baseurl }}</strong>
</a> we recommend using latest version of
<a href="https://www.google.com/chrome">Chrome</a>,
<a href="https://www.mozilla.org/en-US/firefox/new/">Firefox</a>,
Expand Down

0 comments on commit c2703a1

Please sign in to comment.