Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
unscriptable committed Feb 12, 2014
2 parents bef98c7 + 5281f5d commit 2618410
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -529,12 +529,15 @@ curl.config({
paths: {
plainOldJsFile1: {
location: 'js/plainOldJsFile1.js',
exports: 'aGlobal'
config: { loader: 'curl/loader/legacy', exports: 'aGlobal' }
},
anotherPlainOldJsFile: {
location: 'js/anotherPlainOldJsFile.js',
exports: 'anotherGlobal',
requires: ['plainOldJsFile1']
config: {
loader: 'curl/loader/legacy',
exports: 'anotherGlobal',
requires: [ 'plainOldJsFile1' ]
}
}
}
});
Expand Down

0 comments on commit 2618410

Please sign in to comment.