Last 12 weeks · 0 commits
4 of 6 standards met
Hi, i have been using this and just restarting in my dev proccess ;) but am trying to track down why my concurrent bundling is leaky. to tighten up the whole process. Does anyone have insight into this problem. I am watching many code files for different bundles Looking into this it might be related to https://github.com/node-fetch/node-fetch/issues/1295#issuecomment-921178548 Will keep poking around but it seems over time my project crashes. not sure exactly where the leak is this is just one lead.
the option is perfect for what I want. Though since I run several build processes with their own watch mechanisms, some output at the same time.. Would it be possible to mark which task is ouputting by prepending a string? so task1 output line1 task1 output line2 task2 output line1 task1 output line3 becomes [task1] task1 output line1 [task1] task1 output line2 [task2] task2 output line1 [task1] task1 output line3 bonus: different colors for each task name within the brackets 👍
Repository: sindresorhus/grunt-concurrent. Description: Run grunt tasks concurrently Stars: 791, Forks: 66. Primary language: JavaScript. Languages: JavaScript (100%). License: MIT. Latest release: v3.0.0 (7y ago). Open PRs: 0, open issues: 0. Last activity: 2y ago. Community health: 85%. Top contributors: sindresorhus, ChrisWren, fatfisz, arthurvr, diogoriba, baer, jimf, kimjoar, mbuchetics, Richienb and others.