Vinelab / cdn

CDN Assets Manager Package for Laravel.
MIT License
216 stars 71 forks source link

noob help with loading url #81

Closed og6k closed 9 years ago

og6k commented 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?

Mulkave commented 9 years ago

This is probably due to the bypass in your configuration https://github.com/Vinelab/cdn#bypass

og6k commented 9 years ago

I just gave up on trying and put the url manually