'asset-path' does not appear to work properly
Closed this issue · 1 comments
joelsaxton-zz commented
First of all, nice work! I notice that I have no problems using views like so: resources/views/default for my 'default' theme. Unfortunately your code doesn't seem to know how to handle the public (assets) folder. As soon as I place all assets in public/default all my css and js fail to load. My config:
'default' => [
'extends' => null,
'views-path' => 'default',
'asset-path' => 'default',
],
I am using Laravel 5.1. Seems like a bug. But tell me if there is anything else I need to do to get this to work, thanks. It you think there may be a bug I can look into fixing it.
joelsaxton-zz commented
My mistake, it seems to work using theme facade.