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