mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
Fixed: Cleanup of fontinfo and imagesize Jakefile
This commit is contained in:
@@ -1,10 +1,7 @@
|
|||||||
require("../../common.jake");
|
require("../../common.jake");
|
||||||
|
|
||||||
var /* OS = require("os"), */
|
|
||||||
task = JAKE.task;
|
|
||||||
//SYSTEM = require("system");
|
|
||||||
|
|
||||||
const child_process = require("child_process");
|
const child_process = require("child_process");
|
||||||
|
const task = JAKE.task;
|
||||||
|
|
||||||
task ("build", function()
|
task ("build", function()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,9 +1,7 @@
|
|||||||
require("../../common.jake");
|
require("../../common.jake");
|
||||||
|
|
||||||
const child_process = require("child_process");
|
const child_process = require("child_process");
|
||||||
|
const task = JAKE.task;
|
||||||
var /* OS = require("os"), */
|
|
||||||
task = JAKE.task;
|
|
||||||
|
|
||||||
task ("build", function()
|
task ("build", function()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user