Skip to content

Instantly share code, notes, and snippets.

@captovate
captovate / jquery.pluginOutline.js
Created August 30, 2013 05:45 — forked from StevenBlack/jquery.pluginOutline.js
can someone add a description here please?
// Skeleton jQuery plugin
function($)
{
$.fn.myPlugin = function( options )
{
// options.
$.fn.myPlugin.settings = $.extend( {}, $.fn.myPlugin.defaults, options );
// Go through the matched elements and return the jQuery object.
@captovate
captovate / config.rb
Created August 29, 2013 03:52 — forked from timkelty/config.rb
can someone add a description here please?
# Note that while this file is in our config folder, it is
# symlinked to our site folders, so paths are relative from there
# Require gems and Compass plugins
# require 'rgbapng'
# require 'compass-fancybox-plugin'
require 'compass-growl'
# General
output_style = :expanded