csantanapr / grunt-cordovacli

Wraps web app with Cordova CLI using GruntJS
Apache License 2.0
60 stars 31 forks source link

Adding platforms in parallel fails #35

Open relwell opened 7 years ago

relwell commented 7 years ago

Running the add_platforms definition as specified in the README will cause the ios platform to fail to fetch. This seems to be because they are run in parallel. If I create an add_ios and add_android definition and run them in order, this issue doesn't happen. We should be able to specify whether or not to enable parallel runs (e.g. parallel: false for a given definition)