Added --force to tusk install.

Reviewed by me.
This commit is contained in:
Francisco Ryan Tolmasky I
2009-10-27 19:02:33 -07:00
parent 64948053df
commit abc715facb
+1 -1
View File
@@ -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