Skip to content

Commit

Permalink
assets_version deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
whitewhidow committed Jan 25, 2016
1 parent c41976e commit db4f249
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{% block css %}
<!--[if lte IE 9]>
<link rel="stylesheet" href="/frontend/css/style-ie9.min.css?{{ asset_version('/') }}" type="text/css" />
<link rel="stylesheet" href="{{ asset('/frontend/css/style-ie9.min.css') }}" type="text/css" />
<![endif]-->
<!--[if gt IE 9]><!-->
<link rel="stylesheet" href="/frontend/css/style.min.css?{{ asset_version('/') }}" type="text/css" />
<link rel="stylesheet" href="{{ asset('/frontend/css/style.min.css') }}" type="text/css" />
<!--<![endif]-->
{% endblock %}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<!--[if lt IE 9]>
<script src='/frontend/js/html5shiv.min.js?{{ asset_version('/') }}'></script>
<script src="{{ asset('/frontend/js/html5shiv.min.js') }}"></script>
<![endif]-->

0 comments on commit db4f249

Please sign in to comment.