MCPcopy Create free account
hub / github.com/creationix/git-browser / base

Function base

make.js:19–27  ·  view source on GitHub ↗
(bootstrap, targetDir)

Source from the content-addressed store, hash-verified

17T("all", ["code", "moz-zip", "chrome-zip"]);
18
19function base(bootstrap, targetDir) {
20 return T.parallel(
21 T.copy("res", targetDir),
22 T.newer("src", /\.less$/, targetDir + "/style.css",
23 T.lessc("src/" + bootstrap + ".less", targetDir + "/style.css")
24 ),
25 T.build("src/" + bootstrap + ".js", targetDir + "/app.js")
26 );
27}
28function zipFile(zip, dir) {
29 return T.serial(
30 T.parallel(

Callers 1

make.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected