Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #156 from miguelcoba/issue-144
Browse files Browse the repository at this point in the history
Rise gunt-concurrent task limit.
  • Loading branch information
amoshaviv committed Oct 7, 2014
2 parents b699d12 + 6c7f03f commit f5431da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ module.exports = function(grunt) {
default: ['nodemon', 'watch'],
debug: ['nodemon', 'watch', 'node-inspector'],
options: {
logConcurrentOutput: true
logConcurrentOutput: true,
limit: 10
}
},
env: {
Expand Down

0 comments on commit f5431da

Please sign in to comment.