At http://www.ember-cli.com/asset-compilation/ section Fingerprinting and CDN URLs says:
prepend - Default: '' - A string to prepend to all of the assets. Useful for CDN urls like https://subdomain.cloudfront.net/
What if I have a CNAMES that look like https://cdn1.foo.com/
, https://cdn2.foo.com/
and https://cdn3.foo.com/
that point to my CDN. What do I need to put in the Brocfile to make this work?
The reason why this approach is recommended, is to take advantage of the number of max connections per host name. (more info on that here Max parallel http connections in a browser?).