prod-build fix

This commit is contained in:
Simon Martens
2025-01-13 13:26:30 +01:00
parent cf48a28893
commit 80d2301a31
18 changed files with 321 additions and 796 deletions

View File

@@ -1,40 +1,40 @@
{
"name": "eleventy-sane",
"version": "1.0.0",
"description": "Test project for 11ty",
"scripts": {
"prod_build": "npx postcss src/static/css/site.css -o src/static/css/output.css --verbose && set ELEVENTY_ENVIRONMENT=production && npx @11ty/eleventy",
"linux_pb": "npx postcss src/static/css/site.css -o src/static/css/output.css --verbose && export ELEVENTY_ENVIRONMENT=production && npx @11ty/eleventy",
"build": "npx postcss src/static/css/site.css -o src/static/css/output.css && npx @11ty/eleventy",
"watch": "npx @11ty/eleventy --serve",
"css_watch": "npx postcss src/static/css/site.css -o src/static/css/output.css -w --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/schnulller/eleventy-sane.git"
},
"keywords": [
"11ty",
"eleventy",
"template",
"defaults"
],
"author": "Simon Martens",
"license": "MIT",
"bugs": {
"url": "https://github.com/Simon-Martens/eleventy-sane/issues"
},
"homepage": "https://github.com/Simon-Martens/eleventy-sane#readme",
"dependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-navigation": "^0.3.5",
"autoprefixer": "^10.4.13",
"cssnano": "^5.1.14",
"postcss": "^8.4.20",
"postcss-cli": "^10.1.0",
"tailwindcss": "^3.2.4"
},
"devDependencies": {
"@11ty/eleventy-navigation": "^0.3.5"
}
"name": "eleventy-sane",
"version": "1.0.0",
"description": "Test project for 11ty",
"scripts": {
"prod_build": "npx postcss src/static/css/site.css -o src/static/css/output.css --verbose && set ELEVENTY_ENVIRONMENT=production && ELEVENTY_ENVIRONMENT=production npx @11ty/eleventy",
"linux_pb": "npx postcss src/static/css/site.css -o src/static/css/output.css --verbose && export ELEVENTY_ENVIRONMENT=production && npx @11ty/eleventy",
"build": "npx postcss src/static/css/site.css -o src/static/css/output.css && npx @11ty/eleventy",
"watch": "npx @11ty/eleventy --serve",
"css_watch": "npx postcss src/static/css/site.css -o src/static/css/output.css -w --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/schnulller/eleventy-sane.git"
},
"keywords": [
"11ty",
"eleventy",
"template",
"defaults"
],
"author": "Simon Martens",
"license": "MIT",
"bugs": {
"url": "https://github.com/Simon-Martens/eleventy-sane/issues"
},
"homepage": "https://github.com/Simon-Martens/eleventy-sane#readme",
"dependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-navigation": "^0.3.5",
"autoprefixer": "^10.4.13",
"cssnano": "^5.1.14",
"postcss": "^8.4.20",
"postcss-cli": "^10.1.0",
"tailwindcss": "^3.2.4"
},
"devDependencies": {
"@11ty/eleventy-navigation": "^0.3.5"
}
}