templates/project/config/base/index.html in volt-0.9.1.pre1 vs templates/project/config/base/index.html in volt-0.9.1.pre2
- old
+ new
@@ -1,8 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
+ <%# This file is rendered on the server and does not uses erb instead of Volt's normal template system. You can add to it, but keep in mind the template language difference. It handles auto-loading all JS/Opal and Css %>
<% javascript_files.each do |javascript_file| %>
<script src="<%= javascript_file %>"></script>
<% end %>
<% css_files.each do |css_file| %>