Quickbits

I guess I'm a Southern Californian now.   A day-and-a-half of rain and I'm completely ready for the sun again.
I always feel like I should read more...but I'm often times disappointed and left feeling like I should have done something else with my time.   Like creating something new. I think I'm probably better at creating things, as opposed to consuming them. There is just something about making something that has never existed before. To reassemble parts of the universe into meaningful things. It's almost like you're defying the ways of the universe -- the march towards disorder and chaos disrupted, at least for a time by creating something.
The Middle East - Hunger Song
Savoir Adore - Dreamers

Gulp Minify Javascript

This will put a copy of the minified js file in the same folder in which it was found. It will require the following: useref, gulpif gulp.task(‘jsminify’, function() {   return gulp.src([     “!node_modules/**/*.js”,     “**/wp-content/themes/**/*.js”,     “!**/**.min.js”   ], { base: “./” })   .pipe(useref())   .pipe(gulpIf(‘*.js’, uglify()))   .pipe(rename({suffix: ‘.min’}))   .pipe(gulp.dest(‘./’)); });

Read More

WordPress Order Posts by a Meta Value

$args = array(    ‘post_type’ => ‘sessions’,    ‘post_status’ => ‘publish’,    ‘posts_per_page’ => -1,    ‘orderby’ => ‘meta_value’,    ‘meta_key’ => ‘session_date’,    ‘order’ => ‘ASC’ );

Read More

Alternatives to Coffee

I feel like coffee isn’t a terrible thing to consume, but as with anything, consuming too much of anything probably isn’t good. I have a growing bad habit of just always needing to be drinking something while I work, so here are a few things I’m looking into to help provide myself with a few […]

Read More
The Beths - Out Of Sight
Tama Impala - Let It Happen
This Plan - Moke