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

9
emails/grunt/uncss.js Normal file
View File

@@ -0,0 +1,9 @@
module.exports = {
dist: {
src: ['templates/*.html'],
dest: 'dist/css/tidy.css',
options: {
report: 'min' // optional: include to report savings
}
}
};