Erreur build Florent #24
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Au npm run prod :
florent@framework13:~/git/SiteWebAstrolabe_public$ git diff
diff --git a/package.json b/package.json
index 214bf2e..c80f1af 100755
--- a/package.json
+++ b/package.json
@@ -26,7 +26,7 @@
"copyfiles": "^2.4.1",
"cross-env": "^5.2.1",
"ftp-deploy": "^2.3.7",
"make-dir-cli": "^3.0.0",
"prettier": "^1.19.1",
"rimraf": "^3.0.2",
@@ -45,7 +45,7 @@
"vendor:css": "copyfiles node_modules/leaflet/dist/leaflet.css node_modules/bootstrap/dist/css/bootstrap.min.css -f dist/vendor/css",
"vendor:js": "copyfiles node_modules/leaflet/dist/leaflet.js node_modules/bootstrap/dist/js/bootstrap.min.js -f dist/vendor/js",
"vendor": "npm run clean && npm run vendor:css && npm run vendor:js",
"start": "concurrently "npm run vendor" "npm run sass:process -- --watch" "npm run serve"",
"serve": "cross-env ELEVENTY_ENV=development npx eleventy --serve",
"prod": "cross-env ELEVENTY_ENV=prod npm run vendor && npm run webp && npm run sass:process && npx eleventy",
florent@framework13:~/git/SiteWebAstrolabe_public$ npm --version
11.12.1
En retirant go-webp cela fonctionne en contournement.