Jason Cross

Results 8 comments of Jason Cross
trafficstars

@mdkaufman that's basically what I was about to try, but I don't have a good way to test it. I'll get one setup w/ Trellis, but in the mean time,...

Here's a start ```bash # Check if git push is setup echo >&2 "[Verifying Git Push access. This may take a while...]" ssh [email protected] info &> /dev/null if [ "$?"...

http://stackoverflow.com/questions/28598089/how-to-test-if-composer-lock-is-up-to-date

Experimenting on branch `feature/sourcemaps` The suggested line above is not helpful to me for development; I see a very large main.css rather than references to individual scss files. Proper sourcemap...

Hey @naevtamarkus! I'd love to get that upgrade implemented. Last time I tried it though, a few gem dependencies were not ready for v4. I can't remember which ones off...

I see. I use this starter template as the base for my own portfolio site. Upgrading to v4 is on that todo list, which I could then backport into this...

I came here to report this very issue. I've been using middleman-deploy for years without issue, yet this recently started pushing up the entire project rather than just the build...

The idea of splitting *wpe* into its own command makes a lot of sense here, as opposed to that always being an alias for WP-cli's *wp* command with wpe-specific arguments...