siwapp / siwapp-sf3

Online Invoice Management.
MIT License
16 stars 10 forks source link

YUI Compressor replacement #48

Closed josemi-ca closed 7 years ago

josemi-ca commented 7 years ago

It would be better if YUI was replaced by some pure PHP alternative for better compatibility, so the app can be installed on shared hosting without the need to install java/nodejs/etc.

Also YUI has been deprecated and is no longer maintained by Yahoo, with Symfony strongly advising to stop its use.

ParisLiakos commented 7 years ago

I am not aware of any pure PHP solution that is widely supported and i really think that installing java is a lot easier than having to mess with nodejs and npm for uglify which is the current suggestion by symfony.

ParisLiakos commented 7 years ago

But i guess we can completely drop compressors..Its not like siwapp is a public facing app; we dont really have to care that much for bandwith and whether our assets are minimized.

josemi-ca commented 7 years ago

+1

That would make things easier, it's not really needed for an internal app

ParisLiakos commented 7 years ago

Great! That should take care of it ^^

josemi-ca commented 7 years ago

Thanks 😊