Stephen Brannan - 239 - Aug 20, 2014

Quick question about bundler… What do most people do with libraries? Are they included in the .bundle file or referenced separately? Also if they are included I assume you reference the non minified version? I’m just looking for best practices for the third party libs (like angularjs for example).

I’d reference them separately, for Internet websites you may also consider referencing them from a CDN as users will normally have it in their cache. 

Stephen Brannan:

Thanks Demis!
__________

Stephen Brannan:

Implemented bundler. Works great. Very easy to use! Love the simplicity of ServiceStack!