I'm reviewing the raptor webapp that I built from the scaffolding and I'm trying to figure out what this is:
<plugin module="raptor-optimizer-ready-plugin"/>
I want to be able to move my JavaScript and CSS dependencies to CDN when doing server-side rendering and I think this tag has something to do with that. Please explain.
Thanks,
Phil