Tracy Rotton
Tracy Rotton
Most OS X systems have .bash_profile files, not .bashrc. This pull request adds .bash_profile sourcing.
I'm using this action to install WordPress plugins via composer using wpackagist.org. Today I ran into an issue where the ZIP distribution file was not available (so yes, there's a...
… case with a CMS, if you set the max-width property in CSS to max-width: 100% but omit the height property altogether, the image could be distorted if the max-width...
Josh, I tried the revised breakpoint code that you provided for the first time this weekend, and got some unexpected results. My default font size for this project is 13px,...
…esystem outside of the WP_CONTENT/uploads directory. Addresses issue #17.
Some hosts (such as Pantheon) do not allow writes to the filesystem outside of the "uploads" directory, for security reasons. Ergo, the plugin, as written, fails because it cannot write...