Support applying patches from OOUI
Created by: edg2s
This would require a few steps, that should probably only run if an OOUI patch is detected:
- Check out OOUI to some folder (mediawiki/lib/ooui)
- Run the build script
- Copy the files to resources/lib/ooui
While a little complicated and maybe fragile (if the build fails), this would be a big improvement in testing OOUI patches. We can only build from source if required as this may be slower too.