For performance reasons, I want to deliver some of my files from a CDN.
Is it possible to configure the "asset" helper such that it automaticly sets something like "static1.xxxx.com/css/main.css" and "static2.xxxx.com/css/main.css"?
Perhaps something like:
{{ asset('css/main.css',static1) }}