yii2-assets-auto-compress icon indicating copy to clipboard operation
yii2-assets-auto-compress copied to clipboard

Automatic compilation of js + css + html

Results 36 yii2-assets-auto-compress issues
Sort by recently updated
recently updated
newest added

Getting error like : RuntimeException Unclosed regex pattern at position: 266184 1. in C:\xampp\htdocs\freemelroseheights\_protected\vendor\tedivm\jshrink\src\JShrink\Minifier.php at line 525 2. in C:\xampp\htdocs\freemelroseheights\_protected\vendor\tedivm\jshrink\src\JShrink\Minifier.php at line 240 – JShrink\Minifier::saveRegex() 3. in C:\xampp\htdocs\freemelroseheights\_protected\vendor\tedivm\jshrink\src\JShrink\Minifier.php at line...

The [mrclay/minify](https://github.com/mrclay/minify) extension did not handle relative paths correctly, in particular those with `../` and `./`. It has written its own function that adjusts paths based on the initial location...

The issue was discussed here https://github.com/yiisoft/yii2/issues/18414. In version 2.0.39, there was a problem with projects with non-empty `BaseUrl` and `appendTimestamp` included. In this case, when the list of files (.css...

i update my css files in current assets , but not updated my css codes in the plugin created css file. how i can update this file and clear the...

There are some css and js files in the project that should not compress. I can't seem to find an option to exclude these files. Is there a way to...

This is a really good extension but i have an issue: Whenever i set jsFileCompile to true and load some AJAX my js events doesn't' fire. E.G. Load page Click...

Sometimes asset manager paths are customized in main configuration. Due this extension have fixed routes it will not match the real assets folder.

`{return/^(?:(?:https?|file)\:)?\/\//.test(e)}` becomes: `{return/^(?:(?:https?|file)\:)?\/\}` When it's compressed. As you can see, not just the end of the regex, but the following function call, are removed. Based on the fact that the...

Hi, if `cssFileCompile` is enabled, each file configured in the asset gets minified (using `Minify_CSS::minify`) at: https://github.com/skeeks-semenov/yii2-assets-auto-compress/blob/master/src/AssetsAutoCompressComponent.php#L534 If `cssFileCompress` is enabled, it will get minified a few lines later again...

yii\bootstrap\Modal Modals don't work after compression