Created
September 22, 2015 10:58
-
-
Save teltploek/019b1a14ba038637ba91 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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