Closed jameslkingsley closed 6 years ago
Yes.
The /dist
folder is named /resources
for some reason?
Its causing me server 500 errors:
mix-manifest.json is the package:
{
"/dist/js/tool.js": "/dist/js/tool.js",
"/dist/css/tool.css": "/dist/css/tool.css"
}
Thanks, will have this fixed shortly.
Fixed in v0.0.1 -- note that I had to revert the package name to sbine/route-viewer
, so please update your dependencies accordingly.
Assets do not exist as there is no
dist
folder when cloned intovendor
.