AutoMin-Craft icon indicating copy to clipboard operation
AutoMin-Craft copied to clipboard

AutoMin for Craft is a plugin that automates the combination and compression of your source files and currently supports CSS, JavaScript, LESS, and SCSS compression/processing. AutoMin is smart enough...

Results 6 AutoMin-Craft issues
Sort by recently updated
recently updated
newest added

I've added support for SCSS source maps (as per Feature Request #13). This means that when you need to debug your SCSS in Chrome DevTools you can easily see which...

Is it possible to get the LESS/SCSS compilers to generate source maps? This would show which LESS/SCSS files the rule(s) originally came from and assist with front-end debugging. If the...

Hi, I was like to know if this plugin supports have multiple sets of JS assets for example load these assets for the whole application, but these other assets just...

It would be great to have CSS/LESS/SCSS code run through an auto-prefixer during the compile phase. I noticed that @m8brgarc has [forked the plugin and added support](https://github.com/m8brgarc/AutoMin-Craft/commits/master), although his version...

Currently the plugin generates an error when no source files are present within an automin block. It would be preferable to have the plugin simply output nothing (or a comment)...

*Amazing plugin. Was searching for something to do exactly this: concatenate, minify and compile LESS/SCSS (without precompilers). But have come across a few possible improvements which I'll post as separate...