iammerrick / grunt-parallel

Speed up your build by running commands and tasks in parallel!
MIT License
170 stars 24 forks source link

Added progress indicator option #34

Open fracmak opened 9 years ago

fracmak commented 9 years ago

This option (default = false) will cause '.' to be spit out on any stdout output. This is incredibly useful for long running processes to give you an indication that stuff is actually happening. Does not do anything if stream == true.

With new and improved correctly spelled Readme for new option