[TYPO3-UG Freiburg] javascriptLibs, includeJS + includeJSFooter

Steffen Müller typo3 at t3node.com
Sat Feb 14 15:59:25 CET 2015


Hi.

Am 11.02.2015 um 15:56 schrieb Ben Robinson:
> Für den modernizr wird empfohlen, diesen im <head> zu laden.
> jQuery sollte, gefolgt vom jQuery-Plugin, vor dem schließenden </body> geladen werden.

Vergiss page.javascriptLibs und mach Deine CSS/JS includes 100% selbst.


config {
	doctype = html5
	htmlTag_setParams = lang="de" class="no-js">
}

page {
	includeCSS.style = /css/main.css
	includeJS.vendor_modernizr = /js/vendor/modernizr.js
	includeJSFooter.vendor_jquery = /js/vendor/jquery.js
	includeJSFooter.main = /js/vendor/main.js
}

-- 
cheers,
Steffen

Active Contributor TYPO3 CMS

Personal Blog: http://www.t3node.com/
Twitter: @stmllr - https://twitter.com/stmllr
GitHub: https://github.com/stmllr


More information about the TYPO3-UG-Freiburg mailing list