gruntjs - How to write a grunt task that gets its settings from another grunt task -


i need create task fetches tags in repository , builds them individual folders.

i can create task gets me tag names, how go taking information , feeding task/set of tasks run in loop using data?

in task tags, before running other task, set task config manually.

something this:

grunt.config.set('yourothertask.dist.options.tags', tags); grunt.task.run('yourothertask'); 

Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -