Sha256: 730c8554f42ea2fdcfafbf4cf3e1ab392c184d22dea49f274a72777bb6d53711

Contents?: true

Size: 578 Bytes

Versions: 10

Compression:

Stored size: 578 Bytes

Contents

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <title><%= namespace %></title>
    <meta name="description" content="">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <%%= stylesheet_link_tag '/application.css' %>
  </head>
  <body>
    <%%= javascript_include_tag '/application.js' %>
    <script>
      window.App = require('<%= namespace %>/app')['default'].create(
        Ember.merge(window.ENV, { environment: "<%%= Embork.env %>" }));
    </script>
  </body>
</html>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
embork-0.0.13 blueprint/app/index.html.erb
embork-0.0.12 blueprint/app/index.html.erb
embork-0.0.11 blueprint/app/index.html.erb
embork-0.0.10 blueprint/app/index.html.erb
embork-0.0.9 blueprint/app/index.html.erb
embork-0.0.8 blueprint/app/index.html.erb
embork-0.0.7 blueprint/app/index.html.erb
embork-0.0.6 blueprint/app/index.html.erb
embork-0.0.5 blueprint/app/index.html.erb
embork-0.0.4 blueprint/app/index.html.erb