Asset not found
rafailml opened this issue · 3 comments
rafailml commented
Hi guys,
I'm getting:
local.WARNING: Asset not found [js/app.js] in Theme [new_theme]
And I'm sure that app.js is in public/new_theme/js
In my view I've set:
{!! Theme::css("css/app.css") !!}
and in browser I'm getting:
<link media="all" type="text/css" rel="stylesheet" href="">
And this works fine:
<link href="{{ asset('new_theme/css/app.css') }}" rel="stylesheet">
Can someone help me to debug that?
igaster commented
Hello @rafailml ,
Can you confrim that there is no typo there:
{!! Theme::css("css/app.css") !!}
should be {!! Theme::js("js/app.js") !!}
Deleted user commented
This is probably caused by some server issue, like shared hosting. If so, you need to adjust your public path.
https://stackoverflow.com/questions/31758901/laravel-5-change-public-path