responsive-html-email-signature icon indicating copy to clipboard operation
responsive-html-email-signature copied to clipboard

Version 6 discussion :)

Open danmindru opened this issue 9 years ago • 0 comments

Better way to handle <head> CSS

  • [ ] Because of inline styles, most properties in <head> have to be !important.
  • [ ] There's no access to pre-processor variables in <head>

Ideally, both would be fixed by processing the CSS in head (which stays as-is atm). Looking into webpack or rollup might reveal some clever solutions. (can do email-transform and make a special template, allow require(...) / import)

Preview & test

  • [x] Simple gh-pages demo
  • [ ] Generate repo-style emails with preview & summary (as README)
  • [ ] use puppeteer to make previews

Build / performance

  • [ ] allow selective building (not all templates at once as it is now)
  • [ ] update code (get rid of fsx, convert to ES6)
  • [x] update node (V6/7)

DX

  • [ ] browser sync for dist?
  • [ ] allow setting up & running using npx?

danmindru avatar Sep 08 '16 10:09 danmindru