Sha256: b8f5e089384ac0e28858c6608242407b1e3d055986120b70bc569fe23c0d8e88

Contents?: true

Size: 672 Bytes

Versions: 5

Compression:

Stored size: 672 Bytes

Contents

<div id='viewport'></div>

<script type="text/javascript">
  /* 
    the bootstrap is where you should include serialized
    models that you want to be available to your collections on
    page load.  A collection will look for an array of models
    at the property returned by that collection's cache_key() property.
  */
  window.<%= javascript_namespace %>Bootstrap = {};
  
  /*
    the base params will be included as query parameters for
    any RESTful call to the API made by your collections.
  */
  window.<%= javascript_namespace %>BaseParams = {};
</script>
  
<%%= javascript_include_tag "<%= application_name %>/dependencies", "<%= application_name %>" %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
luca-0.9.91 lib/generators/luca/application/templates/index.html.erb
luca-0.9.9 lib/generators/luca/application/templates/index.html.erb
luca-0.9.899 lib/generators/luca/application/templates/index.html.erb
luca-0.9.89 lib/generators/luca/application/templates/index.html.erb
luca-0.9.8 lib/generators/luca/application/templates/index.html.erb