mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
Removed logs.
Reviewed by me.
This commit is contained in:
@@ -104,10 +104,9 @@
|
||||
}
|
||||
|
||||
- (CPString)pathForResource:(CPString)aFilename
|
||||
{console.log("?!!!!!!!");
|
||||
{
|
||||
var path = [self resourcePath] + '/' + aFilename,
|
||||
mappedPath = _URIMap["Resources/" + aFilename];//path];
|
||||
console.log("~!THE MAPPED PATH FOR " + path + " IS " + mappedPath);
|
||||
mappedPath = _URIMap["Resources/" + aFilename];
|
||||
|
||||
if (mappedPath)
|
||||
return mappedPath;
|
||||
|
||||
@@ -503,7 +503,7 @@ BundleTask.prototype.defineStaticTask = function()
|
||||
{
|
||||
var resourcePath = "Resources/" + FILE.relative(resourcesPath, aFilename);
|
||||
|
||||
if (IMAGE_EXTENSIONS.indexOf(FILE.extname(aFilename)) !== -1)
|
||||
if (IMAGE_EXTENSIONS.indexOf(FILE.extension(aFilename)) !== -1)
|
||||
fileStream.write("u;");
|
||||
else
|
||||
fileStream.write("p;");
|
||||
|
||||
Reference in New Issue
Block a user