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
Post a Comment