Edit folder structure and webpack configuration
This commit is contained in:
parent
362f6012c2
commit
0cbffaaae9
46 changed files with 2594 additions and 48 deletions
|
@ -9,12 +9,12 @@
|
|||
|
||||
{# CSS #}
|
||||
{% block stylesheets %}
|
||||
<link rel="stylesheet" href="{{ asset('assets/build/main.css') }}">
|
||||
<link rel="stylesheet" href="build/main.css">
|
||||
{% endblock %}
|
||||
|
||||
{# JavaScript #}
|
||||
{% block scripts %}
|
||||
<script src="{{ asset('assets/build/app.js') }}" defer></script>
|
||||
<script src="build/app.js" defer></script>
|
||||
{% endblock %}
|
||||
|
||||
{# Matomo #}
|
||||
|
@ -24,11 +24,11 @@
|
|||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//matomo.paulnicoue.com/";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
_paq.push(['setSiteId', '2']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
var u="//matomo.paulnicoue.com/";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
_paq.push(['setSiteId', '2']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue