Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

show tasks that will be executed #242

Open
jasonkarns opened this issue Mar 31, 2014 · 2 comments
Open

show tasks that will be executed #242

jasonkarns opened this issue Mar 31, 2014 · 2 comments

Comments

@jasonkarns
Copy link
Member

lineman config needs to also show the task-list that will be executed. similar to how --process works, we need to be able to see how all the various prepend/append/remove tasks have impacted the task list

I would imagine that lineman config --process appTasks should be the command (which would enable lineman config --process appTasks.{common,dev,dist}

@searls
Copy link
Member

searls commented Mar 31, 2014

This will probably be surprisingly hard

On Mon, Mar 31, 2014 at 3:18 PM, Jason Karns [email protected]
wrote:

lineman config needs to also show the task-list that will be executed. similar to how --process works, we need to be able to see how all the various prepend/append/remove tasks have impacted the task list

I would imagine that lineman config --process appTasks should be the command (which would enable lineman config --process appTasks.{common,dev,dist}

Reply to this email directly or view it on GitHub:
#242

@malcolmalex
Copy link

I would +1 this request. At the moment I'm dealing with repeated tasks and having difficulty determining whether plugins or something else have added prepend/append tasks that have gotten me into a circle. I get to the watch task, then I get 4 more executions of concat_sourcemap with various other tasks in between.

I think the only option is to go through each of the definitions of the tasks in node_modules/lineman or the plugin and figure out what they are pre-pending or appending?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants