comolo / contao-supertheme

SuperTheme is the best way to use SCSS, JS, CoffeeScript with Contao CMS.
7 stars 2 forks source link

use mrclay/minify instead of yui #13

Closed fritzmg closed 8 years ago

fritzmg commented 8 years ago

Since the development of contao-theme-plus is stagnating I am looking for alternatives. One thing that is possible in contao-theme-plus but isn't in contao-supertheme yet is minifying CSS and JavaScript via PHP, e.g. by using mrclay/minify (CSSMin and JSMin or JSMinPlus) - or another PHP minifying library you prefer.

comolo commented 8 years ago

Good suggestion! As soon as I got more free time I will implement this feature.

comolo commented 8 years ago

I implemented a minifying library in the contao4 branch of supertheme. Furthermore it's possible to switch on/off minifying in the contao settings :-)