feat(invite): began work on email template build system, and css inlining

This commit is contained in:
Torkel Ödegaard
2015-08-10 17:50:02 +02:00
parent e53c1e39d3
commit dfd1bff389
22 changed files with 2618 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width"/>
<!-- build:css css/tidy.css -->
<link inline rel="stylesheet" href="../assets/css/ink.css">
<link inline rel="stylesheet" href="../assets/css/style.css">
<!-- /build -->
</head>
<body>
<table class="body">
{{> body }}
</table>
</body>
</html>