Ivan Boothe

Results 92 comments of Ivan Boothe
trafficstars

Another option would be to use [nodemon](https://www.npmjs.com/package/nodemon) to handle both this and #66

Well, I just don't get it. Both chokidar and node-watch work well, except they won't kick off the actual build scripts. For instance this: ```js chokidar.watch(watchPaths).on('all', (event, path) => {...

@buzzware Premail runs on its own; it incorporates gulp for its build process but you wouldn't need to use gulp yourself unless you wanted to. So yes, you can call...

Premail is [an npm package](https://www.npmjs.com/package/premail) and you should be able to include it in your `package.json` and call it like you would any other Node module. Do you get an...

I would support this change, but it's worth noting that some hosts are still recommending make files for D7 sites. (I also maintain a legacy site.) For instance, Platform.sh [uses...

I'm guessing this is addressed in #151 -- you need to run `sudo apt install build-essential` because it was left out of the original instructions for Ubuntu. I have installed...

@PierrickG34 What OS are you on?

In case anyone else runs into this: I got this when importing a variables file that had some CSS-specific characters in it. In my case it was a URL (the...

Sorry, didn't see #4 until I posted this. So just consider this a request for the last three items :)

Is this why there's both `mjml` and `mjml-cli` on npm? https://www.npmjs.com/package/mjml https://www.npmjs.com/package/mjml-cli That really confused me when I went looking to install it and saw references to "the cli". They...