Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grouping Asset Bundles #20

Open
adoerler opened this issue Oct 14, 2016 · 0 comments
Open

Grouping Asset Bundles #20

adoerler opened this issue Oct 14, 2016 · 0 comments

Comments

@adoerler
Copy link

Hi,

I'm on a point where my combined css grows above 278kB which causes issues in IE9, as this stupid browser cannot handle stylesheets bigger than this limit (see: http://stackoverflow.com/a/23241583).
Luckily this limit is per file basis, so I though the solution will be "Grouping Asset Bundles" (http://www.yiiframework.com/doc-2.0/guide-structure-assets.html#grouping-asset-bundles).
As far as I understand the process of building the grouped assets is either manually (unsing grunt or similary component) or by using the AssetControllers Console command.

Are you familary with Grouping Assets? Do you think this could also be done using your great yii2-asset-auto-compress extension? This would make things pretty easy (for me ;-)

Kind regards and thank you for your help
Andreas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant