Open tolmasky opened 15 years ago
Should be pretty trivial to copy gem's behavior of simply first checking whether the file exists in the present working directory, and if it doesn't then hitting the internet.
tusk install blah if (FILE.exists(blah)) //install from that file.
Should be pretty trivial to copy gem's behavior of simply first checking whether the file exists in the present working directory, and if it doesn't then hitting the internet.
tusk install blah if (FILE.exists(blah)) //install from that file.