jake
How do you compile CoffeeScript in a Jakefile?
I would like to create a Ja开发者_如何学Gokefile which compiles some CoffeeScripts to install a NodeJS application.[详细]
2023-04-07 06:07 分类:问答how to pass parameter to jake task like that namespace:task parameter?
I would like to have generators for my migration like: jake migration:create <name> jake migration:remove <name>[详细]
2023-04-03 21:14 分类:问答Node.js and Jake - How to call system commands synchronously within a task?
A Jake task executes a long-running system command. Another task depends on the first task being completely finished before starting. The \'exec\' function of \'child_process\' executes system command[详细]
2023-03-22 01:09 分类:问答Jake on Node.js?
From what I have understood Jake (Rake equivalent for Javascript) is based on Rhino. Does this mean t开发者_运维知识库hat I cannot use it with Node.js?Actually Jake (https://github.com/mde/jake) is d[详细]
2023-01-19 06:12 分类:问答PostgreSql XML Text search
I have a text column in a table. We store XML in this column. Now I want to search for tags and values[详细]
2022-12-23 05:21 分类:问答