gulp-filemap-generator

<% if(maps) {%>

root 폴더 (build)

<% _.each(maps,function(map,index){ %> <% if(map.type === 'folder'){%>

<%= map.folderName %>

<% }%> <% if(map.children.length){ %> <% } %> <% }) %>
<% } %>