WebLoader
WebLoader copied to clipboard
Nette 3.0.0 any solution?
New release in plan or better to switch to another project?
Any suggestion where to switch?
+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. So I created an updated fork that can be comfortably installed using a composer. bicisteadm/WebLoader-Reload
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. So I created an updated fork that can be comfortably installed using a composer. bicisteadm/WebLoader-Reload
perfect thanks, is it fully interchangeable?
perfect thanks, is it fully interchangeable?
I'm not really sure, since this is what I've been using exclusively the whole time. :) Some things were added, that should not make much of a difference.
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?