maispace/assets

The canonical asset pipeline for the entire extension set. Provides Fluid ViewHelper-based asset inclusion with minification, SCSS compilation, and SVG sprite building. Also manages the TYPO3 file abstraction layer via `cms-filelist` and `cms-filemetadata`. All other extensions that need SCSS compil

Maintainers

Package info

github.com/mai-space-de/typo3-extension-assets

Type:typo3-cms-extension

pkg:composer/maispace/assets

Statistics

Installs: 210

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v13.1.0 2026-03-08 21:37 UTC

This package is auto-updated.

Last update: 2026-03-29 19:21:28 UTC


README

PHP TYPO3 License: GPL v2

The canonical asset pipeline for the entire extension set. Provides Fluid ViewHelper-based asset inclusion with minification, SCSS compilation, and SVG sprite building. Also manages the TYPO3 file abstraction layer via cms-filelist and cms-filemetadata. All other extensions that need SCSS compilation or asset minification depend on this extension rather than pulling in scssphp or minification libraries directly.

Requires: TYPO3 13.4 LTS / 14.1 · PHP 8.2+

Installation

composer require maispace/mai-assets

Development

Linting

composer lint:check     # Run all linters
composer lint:fix       # Fix auto-fixable issues

Testing

composer test           # Run all tests
composer test:unit      # Run unit tests only

License

GPL-2.0-or-later — see LICENSE for details.