mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 21:17:03 +00:00
* require common.jake first * require Objective-J/Cappuccino stuff only when needed (automatically requiring these caused too many problems) * remove useless shebangs, cleanup whitespace
5 lines
109 B
JavaScript
5 lines
109 B
JavaScript
|
|
require("../../common.jake");
|
|
|
|
subtasks(["BlendKit", "CommonJS", "Aristo"], ["build", "clean", "clobber"]);
|