Skip to content

Instantly share code, notes, and snippets.

@arnar
Created March 1, 2013 13:15
Show Gist options
  • Save arnar/5064596 to your computer and use it in GitHub Desktop.
Save arnar/5064596 to your computer and use it in GitHub Desktop.
exports.config =
# See docs at http://brunch.readthedocs.org/en/latest/config.html.
modules:
definition: false
wrapper: (path, data) ->
if data.match /^\s*define\s*\(\s*\[/
data.replace(/^(\s*define\s*\()/, "$1#{path}, ")
else
"""
define(#{path}, ['require', 'jquery'], function(require, $) {
#{data}
});
"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment