Skip to content

Commit

Permalink
Remove custom WireJS AMD loader
Browse files Browse the repository at this point in the history
Custom Loader was created to throw errors to the host
environment which weren't otherwise caught. The newest
version of WireJS implements the same behavior.

See cujojs/wire#137
  • Loading branch information
Edan Schwartz committed Jan 2, 2014
1 parent daa6c82 commit 2e870ca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 27 deletions.
9 changes: 1 addition & 8 deletions lib/config.js
Expand Up @@ -27,21 +27,14 @@ require.config({
map: {
// Support Marionette AMD wrapper
'*': {
'vendor/marionette': 'vendor/marionette-amd',

// Support custom wire AMD loader plugin
'wire': 'vendor/wireloader'
'vendor/marionette': 'vendor/marionette-amd'
},

'vendor/marionette-amd': {
'vendor/marionette': 'vendor/marionette'
},
'vendor': {
'vendor/marionette': 'vendor/marionette'
},

'vendor/wireloader': {
'wire': 'vendor/wire/wire'
}
},
packages: [
Expand Down
19 changes: 0 additions & 19 deletions lib/vendor/wireloader.js

This file was deleted.

0 comments on commit 2e870ca

Please sign in to comment.