> Presenter <% css.forEach(function(cssFile){ %> <% }) %>
<% project.components.forEach(function(component){ %> <%- file(component) %> <% }) %>
Loading presenter ...
<% project.popups.forEach(function(popup){ %> <%- file(popup) %> <% }) %> <% if (qunit) { %> <% project.qunit.forEach(function(qunit){ %> <%- file(qunit) %> <% }) %> <% } %>
<% scripts.forEach(function(scriptFile){ %> <% }) %>