I hereby claim:
- I am pagegwood on github.
- I am pagegwood (https://keybase.io/pagegwood) on keybase.
- I have a public key whose fingerprint is 5795 29E0 E45C A186 64C8 1944 DD80 ABF1 A6A0 DFAC
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
<?php | |
// include this in functions.php | |
add_action( 'wp_enqueue_scripts', function() { | |
//this is based on using the "skeleton styles" option | |
$styles = [ | |
'tribe-events-bootstrap-datepicker-css', | |
'tribe-events-calendar-style', | |
'tribe-events-custom-jquery-styles', |
Sublime Text 3 ships with a CLI called subl (why not "sublime", go figure). This utility is hidden in the following folder (assuming you installed Sublime in /Applications
like normal folk. If this following line opens Sublime Text for you, then bingo, you're ready.
open /Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl
You can find more (official) details about subl here: http://www.sublimetext.com/docs/3/osx_command_line.html