iammerrick / grunt-parallel

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

Overtake grunt.config properties to spawned childs #45

Closed JanST123 closed 1 year ago

JanST123 commented 6 years ago

Sometimes you want some properties from grunt.config to persist in the spawned task. To do this you can put config: in your tasks configuration, and grunt-parallel will apply the given properties to the spawned grunt process.

JanST123 commented 6 years ago

You're right and also I messed up the property name in the README. I renamed it to exposeGruntConfigKeys like you suggested, and also fixed the README and provided a working real-world example. I also fixed the coding style.

JanST123 commented 6 years ago

Morning @amakhrov

I have now pointed out the main reason for this feature in the README. What do you think?

Also fixed indentation and missing spaces ;)

amakhrov commented 6 years ago

@JanST123 everything looks great. Sorry, I'm a bit behind my schedule this week. I'll try to merge and release a new version soon.