Closed og6k closed 9 years ago
I installed and upload without a problem. When I call the url with link rel="stylesheet" href="{{ Cdn::asset('/path/to/css/all.css') }}" The url is not being loaded. Instead it prints out the exact cdn::asset() in frontend. How can I fix this?
This is probably due to the bypass in your configuration https://github.com/Vinelab/cdn#bypass
bypass
I just gave up on trying and put the url manually
I installed and upload without a problem. When I call the url with link rel="stylesheet" href="{{ Cdn::asset('/path/to/css/all.css') }}" The url is not being loaded. Instead it prints out the exact cdn::asset() in frontend. How can I fix this?