comolo/contao-supertheme

SuperTheme is a Contao module to easily add assets to a page layout.

Installs: 1 869

Dependents: 0

Suggesters: 0

Security: 0

Stars: 7

Watchers: 4

Forks: 2

Open Issues: 3

Type:contao-module

3.3.2 2021-12-14 11:44 UTC

README

SuperTheme Logo

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.