Skip to content

Commit

Permalink
Use loader.js from bower.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Mar 29, 2014
1 parent b39f06b commit 0c1e8d2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 97 deletions.
1 change: 0 additions & 1 deletion blueprint/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
# dependencies
/node_modules
/vendor/*
!/vendor/loader.js
!/vendor/ember-shim.js
!/vendor/qunit-shim.js

Expand Down
2 changes: 1 addition & 1 deletion blueprint/Brocfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ module.exports = function (broccoli) {
appAndDependencies = preprocessJs(appAndDependencies, '/', '<%= modulePrefix %>');

var applicationJs = compileES6(appAndDependencies, {
loaderFile: 'loader.js',
loaderFile: 'loader/loader.js',
ignoredModules: [
'ember/resolver',
'ember-qunit'
Expand Down
3 changes: 2 additions & 1 deletion blueprint/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"ember-data": "1.0.0-beta.7",
"ember-resolver": "git://github.com/stefanpenner/ember-jj-abrams-resolver.git#master",
"ic-ajax": "~0.3.0",
"ember-testing-httpRespond": "~0.1.2"
"ember-testing-httpRespond": "~0.1.2",
"loader": "git://github.com/stefanpenner/loader.js#1.0.0"
}
}
94 changes: 0 additions & 94 deletions blueprint/vendor/loader.js

This file was deleted.

0 comments on commit 0c1e8d2

Please sign in to comment.