comolo / contao-supertheme
SuperTheme is a Contao module to easily add assets to a page layout.
Installs: 1 924
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 4
Forks: 2
Open Issues: 3
Type:contao-module
Requires
- coffeescript/coffeescript: ~1.3
- comolo/php-scssphp-compass: ~0.1
- contao/core-bundle: ^4.4
- leafo/scssphp: ~0.6
- matthiasmullie/minify: ^1.3
Requires (Dev)
- contao/manager-plugin: ^2.0
Conflicts
- contao/core: *
- contao/manager-plugin: <2.0 || >=3.0
README
What is SuperTheme?
SuperTheme is a Contao module to add SCSS, JS, CoffeeScript to a page layout easily. SuperTheme automatically compiles your assets, combines them and adds them to the HTML markup.
Installation
1. Install with composer
composer require comolo/contao-supertheme
2. Run the InstallTool
Clear your internal cache and update your database with the InstallTool.
Release notes
- Added Contao 4.5 Support
- SuperTheme now supports Contao 4.4 and the Contao Manager Plugin. Installing SuperTheme is now super easy ;)
- To make SuperTheme incredibly fast, scss-files won´t get checked for changes anymore, if Contao runs in productive mode (entry point web/app.php). I recommend to run Contao in dev mode while programming the layout of a new website.