Skip to content

Commit

Permalink
improved discovery to not pass base src path to exclude computation; …
Browse files Browse the repository at this point in the history
…removed unneeded trees config from all standard profiles; fixes #15484; !strict; thanks blowery

git-svn-id: http://svn.dojotoolkit.org/src/dojo/trunk@29158 560b804f-0ae3-0310-86f3-f6aa0a117693
  • Loading branch information
rcgill committed Jul 8, 2012
1 parent c7249c7 commit 066c6ef
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions dojo.profile.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ var profile = (function(){
amd: function(filename, mid){
return !testResourceRe.test(mid) && !copyOnly(filename, mid) && /\.js$/.test(filename);
}
},

trees:[
[".", ".", /(\/\.)|(~$)/]
]
}
};
})();

0 comments on commit 066c6ef

Please sign in to comment.