Skip to content

Commit

Permalink
Push compiled assets for the 0.10.1 release
Browse files Browse the repository at this point in the history
- Additionally add the release number to the CSS <link> to prevent
  browser caching.
  • Loading branch information
allejo committed Jan 21, 2018
1 parent 80fdf37 commit 351fbc4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion views/layout.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<title>{% spaceless %}{% block title %}{{ app.siteTitle }}{% endblock %}{% endspaceless %}</title>
<link rel="stylesheet" href="{{ asset('includes/ladda/dist/ladda-themeless.min.css') }}" />
<link rel="stylesheet" href="{{ asset('assets/css/font-awesome.min.css') }}" />
<link rel="stylesheet" href="{{ asset('assets/css/styles.css') }}" />
<link rel="stylesheet" href="{{ asset('assets/css/styles.css') }}?version=0.10.1" />

<link rel="shortcut icon" href="{{ asset('favicon.ico') }}" />

Expand Down
2 changes: 1 addition & 1 deletion web/assets/css/styles.css

Large diffs are not rendered by default.

17 changes: 12 additions & 5 deletions web/build/app.js

Large diffs are not rendered by default.

0 comments on commit 351fbc4

Please sign in to comment.