mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
separate scratch from chill entrypoint, and move it into a specific module
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>{{ installation.name }} - {% block title %}{% endblock %}</title>
|
||||
<link rel="shortcut icon" href="{{ asset('build/images/favicon.ico') }}" type="image/x-icon">
|
||||
<link rel="stylesheet" href="{{ asset('build/scratch.css') }}"/>
|
||||
<link rel="stylesheet" href="{{ asset('build/chill.css') }}"/>
|
||||
{% if active_bootstrap == 1 %}
|
||||
<link rel="stylesheet" href="{{ asset('build/bootstrap.css') }}" type="text/css"/>
|
||||
@@ -152,6 +153,7 @@
|
||||
{{ include('@ChillMain/Layout/_footer.html.twig') }}
|
||||
|
||||
<script type="text/javascript" src="{{ asset('build/runtime.js') }}"></script>
|
||||
<script type="text/javascript" src="{{ asset('build/scratch.js') }}"></script>
|
||||
<script type="text/javascript" src="{{ asset('build/chill.js') }}"></script>
|
||||
{% if active_bootstrap == 1 %}
|
||||
<script type="text/javascript" src="{{ asset('build/bootstrap.js') }}"></script>
|
||||
|
Reference in New Issue
Block a user