Private
Public Access
1
0

mods for performance; one js.min file on prod

This commit is contained in:
2016-11-30 21:24:51 +01:00
parent f44bc58df2
commit aed5eaf3ab
3 changed files with 10 additions and 4 deletions

View File

@@ -2,13 +2,15 @@
{% block header %}
<h1>MineSeeker</h1>
<h3>version 1.1.3a</h3>
<h3>version 0.14.9beta</h3>
<a href="{{ path('MineSeekerBundle_gamePlay') }}">Play now</a>
<img src="{{ asset('bundles/mineseeker/images/homepage/mineseeker-2.png') }}" alt="" border="0">
{% endblock %}
{% block stylesheets %}
{% stylesheets filter='cssrewrite'
<link href="https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Ravi+Prakash" rel="stylesheet">
{% stylesheets filter='?uglifycss'
'@MineSeekerBundle/Resources/public/css/style.homepage.css' %}
<link rel="stylesheet" media="screen" href="{{ asset_url }}" type="text/css"/>
{% endstylesheets %}