mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-14 22:51:28 +00:00
Exclude build directory in xcodecapp.
This commit is contained in:
@@ -40,6 +40,8 @@ var FILE = require("file"),
|
||||
paths.exclude(FILE.join(FILE.dirname(aPath), "**", "*"));
|
||||
});
|
||||
|
||||
paths.exclude(FILE.join("Build", "**", "*"));
|
||||
|
||||
var mtimesForFilePaths = [CPMutableDictionary new];
|
||||
|
||||
paths.forEach(function(aPath)
|
||||
|
||||
Reference in New Issue
Block a user