On Tue, Jun 14, 2011 at 10:13, Agustin Casiva <[email protected]> wrote: > Hi Devs, I'm working trying to get working Caja on the latest revision of > shindig for PHP, I can see that the caja feature has Several changes since > the last release. > > My question is where I can find the files es53-guest-frame.js and > es53-taming-frame.js required by caja-guest-frame and caja-taming-frame > features, I cant find these on the shindig repo neither on the Caja Repo.
These are files generated by a Caja build. In the Caja source tree, run "ant MinifiedJs", and the files will be created in ant-libs/com/google/caja/plugins
