grunt-git icon indicating copy to clipboard operation
grunt-git copied to clipboard

Added 'force' option to command_commit

Open santiagoIT opened this issue 11 years ago • 2 comments
trafficstars

I am using grunt-git to deploy to heroku. Therefore I need to add files to a temp. branch which are ignored (compiled css, etc..). For this to succeed the add --force flag is required.

I took a quick look at the tests but could not figure out how to add a test for this new functionality.

santiagoIT avatar Jul 04 '14 04:07 santiagoIT

I took a quick look at the tests but could not figure out how to add a test for this new functionality.

The tests are quite trivial: you specify the grunt options and the expected commands that'll be executed.

rubenv avatar Jul 04 '14 07:07 rubenv

Thanks, I added a test now.

santiagoIT avatar Jul 04 '14 14:07 santiagoIT