WebLoader icon indicating copy to clipboard operation
WebLoader copied to clipboard

Nette 3.0.0 any solution?

Open matak opened this issue 5 years ago • 5 comments

New release in plan or better to switch to another project?

Any suggestion where to switch?

matak avatar Dec 18 '19 15:12 matak

+1

lukasojd avatar Dec 19 '19 18:12 lukasojd

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

bicisteadm avatar Dec 25 '19 18:12 bicisteadm

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?

matak avatar Mar 09 '20 21:03 matak

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);
}

Gappa avatar Mar 10 '20 07:03 Gappa

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?

darkWolf-PR avatar Mar 10 '20 23:03 darkWolf-PR