Skip to content

Instantly share code, notes, and snippets.

View lindleywhite's full-sized avatar

Lindley White lindleywhite

  • Hashicorp
  • Salt Lake City
View GitHub Profile

Keybase proof

I hereby claim:

  • I am lindleywhite on github.
  • I am lindleyw (https://keybase.io/lindleyw) on keybase.
  • I have a public key ASD1YlDTv6qohinzUO_ya4l36EOdcV2LLA-oMD-IBJ6T_go

To claim this, I am signing this object:

require.config({
baseUrl: '/javascript',
paths: {
// Vendor Files
'select2': '../vendor/select2-dist/dist/js/select2.min',
'json2': '../vendor/json2/json2',
'tinyMCE': '../vendor/tinymce-dist/jquery.tinymce.min',
'lightbox': '../vendor/lightbox2/js/lightbox.min',
'animateColors': '../vendor/color-animation/jquery.animate-colors-min',
'videoJs': '../vendor/video.js/dist/video-js/video',
@lindleywhite
lindleywhite / gist:7328598
Created November 6, 2013 00:03
Sublime snippet for comments
<snippet>
<content><![CDATA[
/* ==========================================================================
${1}
========================================================================== */
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>comment-section</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.less</scope>