Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

index.html template rendering seems to be broken #167

Closed
larsbutler opened this issue Jul 30, 2014 · 0 comments
Closed

index.html template rendering seems to be broken #167

larsbutler opened this issue Jul 30, 2014 · 0 comments
Assignees

Comments

@larsbutler
Copy link
Member

When creating a very basic "hello world!" zapp, I notice this in the rendered index.html output:

<!DOCTYPE html>
<html>
  <head>
    <title>The hello App</title>

    <link rel="stylesheet" href="style.css" />

    <script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"
            type="text/javascript"></script>
    <script src="zerocloud.js" type="text/javascript"></script>

    <script type="text/javascript">
      $(document).ready(function () {
          client = new ZeroCloudClient();

              var opts = {{ auth_opts }};   //  <---- template is not rendering!


          $('#run').click(function () {
              client.auth(opts, function () {
                  $.getJSON('hello.json', funct
@mgeisler mgeisler self-assigned this Jul 30, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants