-
Notifications
You must be signed in to change notification settings - Fork 84
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
Nette 3.0.0 any solution? #149
Comments
+1 |
Hi, unfortunately, this library doesn't seem to be up-to-date. There is a Gappa/WebLoader library but it does not solve the problem permanently and cannot be comfortably used. |
perfect thanks, is it fully interchangeable? |
I'm not really sure, since this is what I've been using exclusively the whole time. :) The only thing I can think of right now is one pull request that changed automatic addition of cache busting get parameter - that has to be turned on when creating the component. public function createComponentCssScreen(): CssLoader
{
return $this->webLoader->createCssLoader('css_batch', true);
} |
I´m kind of lost now, which version is actually developed and available for composer to install? Also, Gappa removed joseki filters, without those, how to minify js and css by webloader? |
New release in plan or better to switch to another project?
Any suggestion where to switch?
The text was updated successfully, but these errors were encountered: