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)) {