templates/project/config/base/index.html in volt-0.9.3.pre5 vs templates/project/config/base/index.html in volt-0.9.3.pre6

- old
+ new

@@ -1,11 +1,10 @@ -<%# 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. %> - <!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 %>