Closed JanST123 closed 1 year 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.
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 ;)
@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.
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.