Andy Axton

Results 6 comments of Andy Axton

For anyone wondering how to fix this without a code change, just make sure that `git config --global user.email` is the same as your github account email. It's easy to...

I've been wanting to use `when` also, I looked at the code of `node-plop` and they are filtering out any prompts with `when` so it must be intentional, not sure...

Hey @crutchcorn, can you give this talk on the 27th (Thursday)? I'm going to be out of town so had to move it two days down

This looks awesome! Will attendees need to setup/install anything on their machine before coming?

I made this quick script using the `callback_reveal` option that goes with the popular verlok/lazyload. It doesn't have resizing on window resize but it wouldn't be too hard to add...

I just quickly added this to index.js line 27 to fix ```js function rebuild(event, file) { if (!bs.paused) { bs.pause(); metalsmith.build(function(err) { var buildMessage = err ? err : 'Build...