-
-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Configure asset packages and add package to asset call
- Loading branch information
Danny van Wijk
committed
Oct 2, 2020
1 parent
85575de
commit 75e19c2
Showing
33 changed files
with
104 additions
and
93 deletions.
There are no files selected for viewing
6 changes: 3 additions & 3 deletions
6
src/Kunstmaan/AdminBundle/Resources/views/Default/_css.html.twig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
src/Kunstmaan/AdminBundle/Resources/views/Default/_favicons.html.twig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<link rel="shortcut icon" href="{{ asset('favicon.ico') }}"> | ||
<link rel="apple-touch-icon" href="{{ asset('apple-touch-icon.png') }}"> | ||
<link rel="apple-touch-icon" sizes="72x72" href="{{ asset('apple-touch-icon-72x72.png') }}"> | ||
<link rel="apple-touch-icon" sizes="114x114" href="{{ asset('apple-touch-icon-114x114.png') }}"> | ||
<link rel="shortcut icon" href="{{ asset('favicon.ico', 'asset') }}"> | ||
<link rel="apple-touch-icon" href="{{ asset('apple-touch-icon.png', 'asset') }}"> | ||
<link rel="apple-touch-icon" sizes="72x72" href="{{ asset('apple-touch-icon-72x72.png', 'asset') }}"> | ||
<link rel="apple-touch-icon" sizes="114x114" href="{{ asset('apple-touch-icon-114x114.png', 'asset') }}"> |
10 changes: 5 additions & 5 deletions
10
src/Kunstmaan/AdminBundle/Resources/views/Default/_js_footer.html.twig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...orBundle/skeleton/defaultsite/Resources/views/PageParts/PageBannerPagePart/view.html.twig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...dle/Resources/SensioGeneratorBundle/skeleton/layout/Resources/views/Layout/_css.html.twig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{% block css %} | ||
<link rel="stylesheet" href="{{ asset('/frontend/css/style.css') }}" type="text/css" /> | ||
<link rel="stylesheet" href="{{ asset('/frontend/css/style.css', 'asset') }}" type="text/css" /> | ||
{% endblock %} |
46 changes: 23 additions & 23 deletions
46
...esources/SensioGeneratorBundle/skeleton/layout/Resources/views/Layout/_favicons.html.twig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
<link rel="shortcut icon" href="{{ asset('favicon.ico') }}" type="image/x-icon"> | ||
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="{{ asset('apple-touch-icon-152x152-precomposed.png') }}"> | ||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ asset('apple-touch-icon-144x144-precomposed.png') }}"> | ||
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="{{ asset('apple-touch-icon-120x120-precomposed.png') }}"> | ||
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="{{ asset('apple-touch-icon-114x114-precomposed.png') }}"> | ||
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="{{ asset('apple-touch-icon-72x72-precomposed.png') }}"> | ||
<link rel="apple-touch-icon-precomposed" href="{{ asset('apple-touch-icon-precomposed.png') }}"> | ||
<link rel="shortcut icon" href="{{ asset('favicon.ico', 'asset') }}" type="image/x-icon"> | ||
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="{{ asset('apple-touch-icon-152x152-precomposed.png', 'asset') }}"> | ||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ asset('apple-touch-icon-144x144-precomposed.png', 'asset') }}"> | ||
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="{{ asset('apple-touch-icon-120x120-precomposed.png', 'asset') }}"> | ||
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="{{ asset('apple-touch-icon-114x114-precomposed.png', 'asset') }}"> | ||
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="{{ asset('apple-touch-icon-72x72-precomposed.png', 'asset') }}"> | ||
<link rel="apple-touch-icon-precomposed" href="{{ asset('apple-touch-icon-precomposed.png', 'asset') }}"> | ||
|
||
<link rel="apple-touch-icon" sizes="57x57" href="{{ asset('apple-touch-icon-57x57.png') }}"> | ||
<link rel="apple-touch-icon" sizes="60x60" href="{{ asset('apple-touch-icon-60x60.png') }}"> | ||
<link rel="apple-touch-icon" sizes="72x72" href="{{ asset('apple-touch-icon-72x72.png') }}"> | ||
<link rel="apple-touch-icon" sizes="76x76" href="{{ asset('apple-touch-icon-76x76.png') }}"> | ||
<link rel="apple-touch-icon" sizes="114x114" href="{{ asset('apple-touch-icon-114x114.png') }}"> | ||
<link rel="apple-touch-icon" sizes="120x120" href="{{ asset('apple-touch-icon-120x120.png') }}"> | ||
<link rel="apple-touch-icon" sizes="144x144" href="{{ asset('apple-touch-icon-144x144.png') }}"> | ||
<link rel="apple-touch-icon" sizes="152x152" href="{{ asset('apple-touch-icon-152x152.png') }}"> | ||
<link rel="apple-touch-icon" sizes="180x180" href="{{ asset('apple-touch-icon-180x180.png') }}"> | ||
<link rel="icon" type="image/png" href="{{ asset('favicon-32x32.png') }}" sizes="32x32"> | ||
<link rel="icon" type="image/png" href="{{ asset('android-chrome-192x192.png') }}" sizes="192x192"> | ||
<link rel="icon" type="image/png" href="{{ asset('favicon-96x96.png') }}" sizes="96x96"> | ||
<link rel="icon" type="image/png" href="{{ asset('favicon-16x16.png') }}" sizes="16x16"> | ||
<link rel="manifest" href="{{ asset('manifest.json') }}"> | ||
<link rel="mask-icon" href="{{ asset('safari-pinned-tab.svg') }}" color="#5bbad5"> | ||
<link rel="apple-touch-icon" sizes="57x57" href="{{ asset('apple-touch-icon-57x57.png', 'asset') }}"> | ||
<link rel="apple-touch-icon" sizes="60x60" href="{{ asset('apple-touch-icon-60x60.png', 'asset') }}"> | ||
<link rel="apple-touch-icon" sizes="72x72" href="{{ asset('apple-touch-icon-72x72.png', 'asset') }}"> | ||
<link rel="apple-touch-icon" sizes="76x76" href="{{ asset('apple-touch-icon-76x76.png', 'asset') }}"> | ||
<link rel="apple-touch-icon" sizes="114x114" href="{{ asset('apple-touch-icon-114x114.png', 'asset') }}"> | ||
<link rel="apple-touch-icon" sizes="120x120" href="{{ asset('apple-touch-icon-120x120.png', 'asset') }}"> | ||
<link rel="apple-touch-icon" sizes="144x144" href="{{ asset('apple-touch-icon-144x144.png', 'asset') }}"> | ||
<link rel="apple-touch-icon" sizes="152x152" href="{{ asset('apple-touch-icon-152x152.png', 'asset') }}"> | ||
<link rel="apple-touch-icon" sizes="180x180" href="{{ asset('apple-touch-icon-180x180.png', 'asset') }}"> | ||
<link rel="icon" type="image/png" href="{{ asset('favicon-32x32.png', 'asset') }}" sizes="32x32"> | ||
<link rel="icon" type="image/png" href="{{ asset('android-chrome-192x192.png', 'asset') }}" sizes="192x192"> | ||
<link rel="icon" type="image/png" href="{{ asset('favicon-96x96.png', 'asset') }}" sizes="96x96"> | ||
<link rel="icon" type="image/png" href="{{ asset('favicon-16x16.png', 'asset') }}" sizes="16x16"> | ||
<link rel="manifest" href="{{ asset('manifest.json', 'asset') }}"> | ||
<link rel="mask-icon" href="{{ asset('safari-pinned-tab.svg', 'asset') }}" color="#5bbad5"> | ||
<meta name="msapplication-TileColor" content="#da532c"> | ||
<meta name="msapplication-TileImage" content="{{ asset('mstile-144x144.png') }}"> | ||
<meta name="msapplication-TileImage" content="{{ asset('mstile-144x144.png', 'asset') }}"> | ||
<meta name="theme-color" content="#ffffff"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...sources/SensioGeneratorBundle/skeleton/layout/Resources/views/Layout/_js_footer.html.twig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{% block jsBundle %} | ||
<script src="{{ asset('/frontend/js/bundle.js') }}"></script> | ||
<script src="{{ asset('/frontend/js/bundle.js', 'asset') }}"></script> | ||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.