Sha256: d25e7bb6964da6f6f35db970324c5fff3aba7522d5454d445926b78ae4198ef1

Contents?: true

Size: 688 Bytes

Versions: 7

Compression:

Stored size: 688 Bytes

Contents

<!DOCTYPE html>
<html>
  <%# IMPORTANT: Please read before changing!                                   %>
  <%# This file is rendered on the server using ERB, so it does NOT use Volt's  %>
  <%# normal template system. You can add to it, but keep in mind the template  %>
  <%# language difference. This file handles auto-loading all JS/Opal and CSS.  %>
  <head>
    <meta charset="UTF-8" />
    <% javascript_files.each do |javascript_file| %>
      <script src="<%= javascript_file %>"></script>
    <% end %>

    <% css_files.each do |css_file| %>
      <link href="<%= css_file %>" media="all" rel="stylesheet" type="text/css" />
    <% end %>
  </head>
  <body>

  </body>
</html>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
volt-0.9.4 templates/project/config/base/index.html
volt-0.9.4.pre5 templates/project/config/base/index.html
volt-0.9.4.pre3 templates/project/config/base/index.html
volt-0.9.4.pre2 templates/project/config/base/index.html
volt-0.9.4.pre1 templates/project/config/base/index.html
volt-0.9.3 templates/project/config/base/index.html
volt-0.9.3.pre6 templates/project/config/base/index.html