main v0.5.1
HerrHase 3 weeks ago
parent c39f361697
commit 7f6b830310

@ -1,6 +1,6 @@
{
"name": "@site-o-mat/core",
"version": "0.5.0",
"version": "0.5.1",
"build": "webpack",
"author": "Björn Hase <me@herr-hase.wtf>",
"main": "index.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)) {

Loading…
Cancel
Save