Skip to content

3. Behind the curtain

Ingo Kasch edited this page May 29, 2014 · 2 revisions

The extension is based on Extbase (namespaces etc.) and uses Fluid for templating. File relations are done using the TYPO3 FAL. All CSS files are generated via the CSS Preprocessor SASS. The original SASS files are also included.

All CSS and JavaScript files are also minified for faster rendering. All minifications etc. are done using the streaming build system gulp.js. The used gulpfile.js and composer.json (composer) are also included in the download.

Sidenote: I recommand you include all CSS and JavaScript code in your existing files to have it all in one place.

More on that in the section Included CSS & JavaScript.

Clone this wiki locally