Update 3.17.0

New: Properties Async and Defer on TemplateScript. When these properties are set to True an attribute of the same name is added to the script element when output to HTML.

New: Property Minify on TemplateScript and TemplateStylesheet. When this property is set to True the systems checks for a file with the same name including ".min" after the file name. If the minified file does not exist or is older than the original file, a new minified file will be created. The minified file will be reference in the output HTML.

New: Base and backend scripts and stylesheets have been bundled, minified and referenced offsite from a common code library.

New: css3-mediaqueries.js now only loads for IE9 and lower.

New: All scripts have been set to defer with the exception of css3-mediaqueries.js and html5shiv.js which only load on IE9 and lower.

New: JQuery core is now referenced from a CDN.