mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-26 13:37: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
6 lines
175 B
JavaScript
6 lines
175 B
JavaScript
|
|
require("../common.jake");
|
|
|
|
// nib2cib has to come before capp since capp uses nib2cib
|
|
subtasks(["nib2cib", "capp"/*, "bake"*/, "press"], ["build"/*, "clean", "clobber"*/]);
|