Phil Oxrud

Results 5 comments of Phil Oxrud

Hi, I was looking over this PR and noticed that it will break EM and REM support for gutters. The offending code is ``` javascript if (declArr[i].indexOf('px') !== -1 ||...

@seantan Yes you are correct it works if you put the line `require "capistrano/rsync"` inside the `Capfile` right below the `require 'capistrano/deploy'` line. However the README mentions: `Require it at...

@seantan agreed, the defaults should go into the defaults task. The README should also be updated accordingly. Hopefully the changes will be merged into master soon.

@moll another reminder to please merge the fixes. I use capistrano-rsync to deploy my wordpress sites and would like to to recommend this workflow to my colleagues. However I cannot...

@moll I'm not sure if it's the **best** tool for wordpress deployment but it's a great tool. I keep my wordpress sites in a local git repo, and then when...