Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Cajoler returns No file found for: /v6003-es53-1-g4391844/utility-frame.opt.js #1985

Open
sb2702 opened this issue Oct 8, 2015 · 0 comments

Comments

@sb2702
Copy link

sb2702 commented Oct 8, 2015

Maybe I'm dense, but as I'm just starting out with Caja

  1. The caja.appspot server seems to be down

  2. Installing caja on my own machine, when I run just a first simple test of

   caja.initialize({
         cajaServer: 'http://localhost:8080/'
     });
    caja.load(document.getElementById('guest'), caja.policy.net.ALL, function(frame) {

        frame.code('-- My statically hosted test guest page--',
                'text/html')
                .run();
    });

The browser returns a 404 for

Local server returns:

  • [java] WARNING: No file found for: /v6003-es53-1-g4391844/ses-single-frame.opt.js
  • [java] WARNING: No file found for: /v6003-es53-1-g4391844/utility-frame.opt.js

Any idea what I'm doing wrong?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant