Lines Matching refs:addTask
98 addTask(startServer);
107 addTask(cp, [src, pjoin(cfg.outDir, 'assets', dst)]);
116 addTask(
138 addTask(md2html, [src, dst]);
143 addTask(md2html, ['/dev/null', dst, 'template_index.html']);
150 addTask(md2html, [src, dst, 'template_markdown.html']);
158 addTask(proto2md, [src, dstMd, protoRootType]);
159 addTask(md2html, [dstMd, dstHtml, 'template_markdown.html']);
160 addTask(exec, ['rm', [dstMd]]);
169 addTask(execNode, [script, args]);
170 addTask(md2html, [dstMd, dstHtml, 'template_markdown.html']);
171 addTask(exec, ['rm', [dstMd]]);
181 addTask(execNode, [script, args]);
182 addTask(md2html, [dstMd, dstHtml, 'template_markdown.html']);
183 addTask(exec, ['rm', [dstMd]]);
224 function addTask(func, args) { function