You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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}
The text was updated successfully, but these errors were encountered:
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
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?
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 listI would imagine that
lineman config --process appTasks
should be the command (which would enablelineman config --process appTasks.{common,dev,dist}
The text was updated successfully, but these errors were encountered: