Jacob Williams

Results 6 issues of Jacob Williams

Bower is including them in the order listed and it seemed to be backwards. Resolves #13

It seems the order in bower.json of the four files in main is backwards. When I reverse it, all seems to be fine.

Proposed solution for #617 This pull request modifies NVM_DIR early in nvm.sh to point to the actual target of the symlink if the path is a symlink. This way we...

needs followup

Bedrock is a Composer based WordPress setup. These changes allow for it as a framework type if specified by name. I've included an nginx config that supports WordPress style rewrites.

framework

_I hadn't noticed this before I upgraded to Ubuntu 14.04, but I can't say for sure it wouldn't have happened before._ When I stop and start a docker container (like...

I installed via npm version 1.0.27 and node 0.4.9. The package.json file did not include a `main` entry, so `require('gd')` was broken. I added `main: './gd.js',` to my package.json and...