merge web assets in project root

This commit is contained in:
Adrián de la Rosa Martín 2021-01-14 20:01:33 +01:00
parent fddc0bedbe
commit fc48b1da24
54 changed files with 3 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 674 KiB

After

Width:  |  Height:  |  Size: 674 KiB

View File

Before

Width:  |  Height:  |  Size: 141 KiB

After

Width:  |  Height:  |  Size: 141 KiB

View File

Before

Width:  |  Height:  |  Size: 820 KiB

After

Width:  |  Height:  |  Size: 820 KiB

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -63,6 +63,8 @@
</header>
<section>
<pre>{{results | dump | safe}}</pre>
<div class="table-wrapper">
<table>
<!-- class="alt"-->

View File

@ -6,7 +6,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm run build:dev -- --serve --watch",
"build:dev": "npx @11ty/eleventy --input=web",
"build:dev": "npx @11ty/eleventy",
"build": "env NODE_ENV=production npm run build:dev"
},
"repository": {