mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-26 13:37:03 +00:00
7 lines
141 B
JavaScript
7 lines
141 B
JavaScript
#!/usr/bin/env narwhal
|
|
|
|
require("../../common.jake");
|
|
|
|
print("WHAT");
|
|
subtasks(["BlendKit", "CommonJS"], ["build"/*, "clean", "clobber"*/]);
|