Download the PHP package oveleon/contao-theme-compiler-bundle without Composer
On this page you can find all versions of the php package oveleon/contao-theme-compiler-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download oveleon/contao-theme-compiler-bundle
More information about oveleon/contao-theme-compiler-bundle
Files in oveleon/contao-theme-compiler-bundle
Package contao-theme-compiler-bundle
Short Description Theme-Compiler for Theme-Manager Bundles
License MIT
Homepage https://www.oveleon.de/
Informations about the package contao-theme-compiler-bundle
Theme-Compiler
The contao theme compiler bundle adds the functionality to compile selected scss files within your theme settings.
- Features
- How to install
- Initial setup
- Console commands
- Miscellaneous
Features
- Compiles your scss files in your contao installation
- A compile button next to your themes
- Able to add multiple source files
- Able to compile multiple files into one
- Enable backups for your compiled scss
How to install the package
Via composer
Via contao-manager
Initial setup
-
Create a theme and add source file/s in your theme settings
-
Add a destination folder for your source files
-
(Optional settings for combining your files and more)
-
Save
-
Compile in your theme-settings, within your theme overview, under maintenance or via console command
Console commands
List themes
- Outputs a list of your themes within
tl_theme
Compile theme
- Compiles a theme ([id] is mandatory):
Miscellaneous
Enable file sync on every compilation
Version 1.8 has been rewritten to skip the DBAFS sync if the files already exist. This saves a database call and logic for each output file and improves compilation time.
To enable the old behaviour, use following in your config.yaml
All versions of contao-theme-compiler-bundle with dependencies
contao/core-bundle Version ^4.13 || ^5.3
scssphp/scssphp Version ^1.12
symfony/config Version ^5.4 || ^6.4 || ^7.0
symfony/console Version ^5.4 || ^6.4 || ^7.0
symfony/dependency-injection Version ^5.4 || ^6.4 || ^7.0
symfony/event-dispatcher Version ^5.4 || ^6.4 || ^7.0
symfony/http-kernel Version ^5.4 || ^6.4 || ^7.0