Skip to content

Instantly share code, notes, and snippets.

@mjtko
Created March 29, 2012 15:42
Show Gist options
  • Save mjtko/2238739 to your computer and use it in GitHub Desktop.
Save mjtko/2238739 to your computer and use it in GitHub Desktop.
closure exports under sprockets
/*
*= include fragments/prefix
*= include lib/util
*= include fragments/util_suffix
*/
(function($exports) {
$exports.Util = Util;
})(this);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment