Skip to content

Commit

Permalink
update ember cli to 0.0.41
Browse files Browse the repository at this point in the history
  • Loading branch information
raycohen committed Aug 29, 2014
1 parent 996f7d8 commit 375bd9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ function unwatchedTree(dir) {

DraggableEach.prototype.treeFor = function treeFor(name) {
var treePath;
if(name === 'vendor') {
treePath = path.join(__dirname, 'vendor');
if(name === 'bower_components') {
treePath = path.join(__dirname, 'bower_components');

if (fs.existsSync(treePath)) {
return unwatchedTree(treePath);
Expand All @@ -41,7 +41,7 @@ DraggableEach.prototype.treeFor = function treeFor(name) {
};

DraggableEach.prototype.included = function(app){
app.import('vendor/jquery-ui-sortable/jquery-ui-sortable.js');
app.import('bower_components/jquery-ui-sortable/jquery-ui-sortable.js');
}

module.exports = DraggableEach;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"body-parser": "^1.2.0",
"broccoli-asset-rev": "0.0.17",
"broccoli-ember-hbs-template-compiler": "^1.5.0",
"ember-cli": "0.0.40",
"ember-cli": "0.0.41",
"ember-cli-ember-data": "0.1.0",
"ember-cli-ic-ajax": "0.1.1",
"ember-cli-qunit": "0.0.4",
Expand Down

0 comments on commit 375bd9b

Please sign in to comment.