Skip to content

Commit

Permalink
Merge 3bdd2d4 into 5c38ee5
Browse files Browse the repository at this point in the history
  • Loading branch information
Mukund Lakshman committed Oct 27, 2015
2 parents 5c38ee5 + 3bdd2d4 commit 8591c42
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 153 deletions.
61 changes: 0 additions & 61 deletions lib/broccoli/broccoli-config-loader.js

This file was deleted.

2 changes: 1 addition & 1 deletion lib/broccoli/ember-app.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ var preprocessMinifyCss = p.preprocessMinifyCss;
var Babel = require('broccoli-babel-transpiler');
var concatFilesWithSourcemaps = require('broccoli-sourcemap-concat');

var ConfigLoader = require('./broccoli-config-loader');
var ConfigLoader = require('broccoli-config-loader');
var ConfigReplace = require('./broccoli-config-replace');
var mergeTrees = require('./merge-trees');
var WatchedDir = require('broccoli-source').WatchedDir;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"bower-endpoint-parser": "0.2.2",
"broccoli": "0.16.8",
"broccoli-babel-transpiler": "^5.4.5",
"broccoli-caching-writer": "^2.0.0",
"broccoli-config-loader": "^1.0.0",
"broccoli-es3-safe-recast": "^2.0.0",
"broccoli-funnel": "0.2.8",
"broccoli-kitchen-sink-helpers": "^0.2.7",
Expand Down
90 changes: 0 additions & 90 deletions tests/unit/broccoli/config-loader-test.js

This file was deleted.

0 comments on commit 8591c42

Please sign in to comment.