Ivan Boothe

Results 92 comments of Ivan Boothe
trafficstars

Since I haven't done anything with this issue yet, marking as help wanted in case others are interested in trying out a solution.

It [looks like](https://thecodebarbarian.com/nodejs-12-imports) unless we want to run things with the `--experimental-modules` flag, this will require Node 14.x or above. Which means it's blocked on #56, and will be a...

Take a look at https://codsen.com/os/email-homey Although its specifics probably won't work, might be a good example.

https://github.com/mjmlio/mjml/issues/2355

workaround? https://github.com/mjmlio/mjml/issues/2396#issuecomment-993844795

Looks like that issue is fixed in MJML now, so this is unblocked.

There are some circular dependencies we need to resolve, but basically this is working with [node-watch](https://www.npmjs.com/package/node-watch). Should something turn up that makes it not the solution, other options are: -...

Also figure out what `template: config.current.templates.main` should really be at https://github.com/premail/premail/blob/newwatch/src/tasks/watch.js#L20

More progress on https://github.com/premail/premail/commits/newwatch though the gulp build task within the watcher isn't running (or is hanging when it does; unclear). Will need to test more.

node-watch seems to work, but for some reason it's not running the gulp tasks. (It runs any other tasks fine.) Maybe it's a sync/async thing? Of the other options: -...