SBoudrias / gruntfile-editor

An API to modify a Gruntfile.js content
MIT License
40 stars 10 forks source link

support set sub field config #39

Closed qiuzuhui closed 8 years ago

qiuzuhui commented 8 years ago

support case like : add config for compress:src2 when already exists config for compress:src1

qiuzuhui commented 8 years ago

just show some idea. :) what i want is add sub task config when already have some sub task.

SBoudrias commented 8 years ago

To add a new feature, you'll need to add unit test validating it's working.

SBoudrias commented 8 years ago

Hey @qiuzuhui I'd love to merge this in, would you have time to address the review comments?

qiuzuhui commented 8 years ago

Hi SBoudrias, sorry for update so long time :) , updated jsdoc and added test for it :).

SBoudrias commented 8 years ago

I manually merged this on master as I cleaned up your commits and simplified the code: https://github.com/SBoudrias/gruntfile-editor/commit/a6d0bf9c24e595fb321bf07402a695fe29f53ea9 (the initial commit is still accredited to you)