mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 21:17:03 +00:00
Added --force to tusk install.
Reviewed by me.
This commit is contained in:
@@ -48,7 +48,7 @@ task ("install", [$COMMONJS_DEBUG_FRAMEWORKS, "release", "debug"], function()
|
||||
{
|
||||
// FIXME: require("narwhal/tusk/install").install({}, $COMMONJS);
|
||||
// Doesn't work due to some weird this.print business.
|
||||
OS.system("tusk install " + $COMMONJS);
|
||||
OS.system("tusk install --force " + $COMMONJS);
|
||||
});
|
||||
|
||||
// Documentation
|
||||
|
||||
Reference in New Issue
Block a user