catalyst-frontend
Version:
A configurable frontend build pipeline that caters for everything from simple SASS compilation only, right through to ES2015 plus React.
18 lines (16 loc) • 552 B
HTML
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title><%= name %></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="/<% if (options.flatStructure) { %><%= options.dist %><% } else { %>css<% } %>/index.css">
</head>
<body>
<p><%= name %></p>
<% if (options.js) { %>
<script src="/js/bundle.js"></script><% } %>
</body>
</html>