brew install [email protected]
https://laravel.com/docs/6.x/valet#installation
brew services restart [email protected]
brew services start [email protected]
# https://www.savjee.be/2016/06/Deploying-website-to-ftp-or-amazon-s3-with-BitBucket-Pipelines/ | |
# https://github.com/git-ftp/ | |
# | |
# If using plain FTP, switch sftp to ftp and remove --insecure flag | |
# | |
# $VARIABLES: These are bitbucket repo variables. Set under Your Bitbucket Repo > Settings > Repository variables | |
# | |
# $SFTP_HOST example: sftp://myhostnamehere/public_html/staging | |
# | |
# --insecure flag: Set due to error "curl failed to verify the legitimacy of the server and therefore could not |
brew install [email protected]
https://laravel.com/docs/6.x/valet#installation
brew services restart [email protected]
brew services start [email protected]
https://apple.stackexchange.com/questions/117754/finder-open-new-finder-tab-in-the-same-directory
cmd + ctrl + o
cmd + shift + left/right arrow
// stop background image and opacity change flicker in IE11 | |
@include transform(rotate(0)); |
add_action( 'wp_enqueue_scripts', 'wps_enqueue_lt_ie9' ); | |
/** | |
* Conditionally Enqueue Script for IE browsers less than IE 9 | |
* | |
* @link http://php.net/manual/en/function.version-compare.php | |
* @uses wp_check_browser_version() | |
*/ | |
function wps_enqueue_lt_ie9() { | |
global $is_IE; |
Here is a list of scopes to use in Sublime Text 2 snippets - | |
ActionScript: source.actionscript.2 | |
AppleScript: source.applescript | |
ASP: source.asp | |
Batch FIle: source.dosbatch | |
C#: source.cs | |
C++: source.c++ | |
Clojure: source.clojure | |
CoffeeScript: source.coffee |