Skip to content

Instantly share code, notes, and snippets.

@teltploek
Created September 22, 2015 10:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save teltploek/019b1a14ba038637ba91 to your computer and use it in GitHub Desktop.
Save teltploek/019b1a14ba038637ba91 to your computer and use it in GitHub Desktop.
map: {
// '*' means all modules will get 'jquery-private'
// for their 'jquery' dependency.
'*': { 'jquery': 'jquery-private' },
// 'jquery-private' wants the real jQuery module though.
'jquery-private': { 'jquery': 'jquery' }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment