From 7f6b830310207478d60dd8d78c50d43aa6103448 Mon Sep 17 00:00:00 2001 From: HerrHase Date: Mon, 30 Dec 2024 00:31:23 +0100 Subject: [PATCH] adding --- package.json | 2 +- src/engines/helpers.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 37b4478..e1f5659 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@site-o-mat/core", - "version": "0.5.0", + "version": "0.5.1", "build": "webpack", "author": "Björn Hase ", "main": "index.js", diff --git a/src/engines/helpers.js b/src/engines/helpers.js index 883bf42..138e170 100644 --- a/src/engines/helpers.js +++ b/src/engines/helpers.js @@ -17,7 +17,7 @@ function asset(staticPath) { let result = staticPath // path to mix-manifest - const file = path.join(configStore.get('destination')) + '/mix-manifest.json' + const file = path.join(configStore.get('destination')) + '/assets-manifest.json' if (fs.existsSync(file)) {