Change project structure.

This commit is contained in:
John-David Dalton
2015-01-06 22:07:28 -08:00
parent 5ea3717152
commit 8b01139738
20 changed files with 76 additions and 11024 deletions

View File

@@ -38,7 +38,7 @@
result = params;
}
var last = result[result.length - 1];
result = (result.length > min && !/perf(?:\.js)?$/.test(last)) ? last : '../lodash.js';
result = (result.length > min && !/perf(?:\.js)?$/.test(last)) ? last : '../lodash.compat.js';
if (!amd) {
try {