A Kickstarter Template-Extension for TYPO3 which provides your with a clean and lean boilerplate for Fluid templates. Part of the boilerplate is an minimal Sass base, a RequireJS boilerplate as well as an optional Build process based on Grunt.js.
Download the extension, extract the contents and rename the t3b
directory prefix.
Customize the title, description, project homepage and the author object inside the package.json
-file located in /
.
Optionally you can use Grunt.js to automate the following build process.
cd
into the extension folder and run npm install
to download grunt and it's dependencies, afterwards you can run grunt init
.
This will create a fully functional template extension which you'll just need to import the extension into your TYPO3-System.
Detailed information on what grunt init
does, can be found in the wiki.
- Sass 3.3.5
- Grunt CLI and Node.js
Head over to the t3b_template wiki
Copyright (c) 2012-2014 Tyll Weiß. Licensed under the MIT licenses.