forked from wallabag/wallabag
Merge pull request #6823 from yguedidi/use-webpack-encore
Use Webpack Encore
This commit is contained in:
@ -17,12 +17,8 @@
|
||||
<meta name="twitter:site" content="@wallabagapp" />
|
||||
<meta name="twitter:title" content="{{ entry.title|e|raw }}" />
|
||||
<meta name="twitter:description" content="{{ entry.content|striptags|slice(0, 300)|raw }}…" />
|
||||
{% if app.debug %}
|
||||
<script src="{{ asset('build/public.dev.js') }}"></script>
|
||||
{% else %}
|
||||
<link rel="stylesheet" href="{{ asset('build/public.css') }}">
|
||||
{% endif %}
|
||||
|
||||
{{ encore_entry_link_tags('public') }}
|
||||
</head>
|
||||
<body>
|
||||
<header class="block">
|
||||
|
||||
Reference in New Issue
Block a user