// omitted other config elements for brevity sake
prependTasks: {
common: ["dl-hello-world'"]
}
Results when I run lineman grunt dl-hello_world
$ lineman grunt dl-hello-world
Running "dl-hello-world" task
Hello from DLABS
Done, without errors.
Results when I run lineman build
$ lineman build
Running "clean:dist" (clean) task
Running "common" task
Warning: Task "dl-hello-world'" not found. Use --force to continue.
Aborted due to warnings.
Task in the task folder:
application.js configuration:
Results when I run lineman grunt dl-hello_world
Results when I run lineman build