amnuts / opcache-gui

A clean, effective and responsive interface for Zend OPcache
1.21k stars 197 forks source link

Bump react to 15.0.1, jquery to 2.2.3 #13

Closed avindra closed 8 years ago

avindra commented 8 years ago

This adds the small ReactDOM package which is required to render to React in v15.

Also bumps jquery's 2.x series to the latest available patch.

P.S., would you be open to setting up a package.json and a build system for the project, or are you cool with the CDN usage of JS for now?

amnuts commented 8 years ago

Sorry for the delay in merging!

Personally I'm happy with the CDN. It keeps everything simple, there's no MBs of build system to download just to be able to run index.php which is, other than the CDN calls, all self-container. I'm not wholly opposed to the idea of a package.json file and build, but I just don't really see it being complex enough to worry about that.