10 years later #1

Merged
sthag merged 374 commits from development into main 2026-03-07 00:18:59 +01:00
2 changed files with 4 additions and 1 deletions
Showing only changes of commit 959f84c655 - Show all commits

View file

@ -24,6 +24,8 @@ module.exports = function (eleventyConfig) {
eleventyConfig.addPassthroughCopy("vendor");
eleventyConfig.addWatchTarget("./source/style/");
return {
dir: {
input: "source/screens",

View file

@ -26,7 +26,8 @@
"style:compile": "sass source/style:build/css --load-path=vendor",
"style:watch": "sass --watch source/style:build/css --load-path=vendor",
"build:new": "npm run clean:build && npx @11ty/eleventy && npm run style:compile",
"build": "npx @11ty/eleventy && npm run style:compile"
"build": "npx @11ty/eleventy && npm run style:compile",
"serve": "npm run style:watch & npx @11ty/eleventy --serve"
},
"private": true,
"devDependencies": {