sbine / nova-route-viewer

Route viewer tool for Laravel Nova
MIT License
59 stars 9 forks source link

Assets do not exist #1

Closed jameslkingsley closed 6 years ago

jameslkingsley commented 6 years ago

Assets do not exist as there is no dist folder when cloned into vendor.

fishmad commented 6 years ago

Yes.

The /dist folder is named /resources for some reason? Its causing me server 500 errors: image

mix-manifest.json is the package:

{
    "/dist/js/tool.js": "/dist/js/tool.js",
    "/dist/css/tool.css": "/dist/css/tool.css"
}
sbine commented 6 years ago

Thanks, will have this fixed shortly.

sbine commented 6 years ago

Fixed in v0.0.1 -- note that I had to revert the package name to sbine/route-viewer, so please update your dependencies accordingly.