rubenv / grunt-git

Git commands for grunt.
MIT License
227 stars 83 forks source link

Added a callback feature to all tasks #88

Closed balanza closed 9 years ago

balanza commented 9 years ago

Added a callback feature to all tasks by modifying few lines in /tasks/git.js file.

This edit came out after I needed to move files into another folder after they have been downloaded with a gitpull task.

Modified code chunks lay at line 21 and lines from 27 to 41 (some lines are marked as modified just because we use different code-beautifier tool).

Please consider I can missing something as I'm not an expert grunt-plugin developer. Feel free to ask or modify given code.

Thanks

Emanuele

balanza commented 9 years ago

Travis build has failed because of jscs formatting and jshint issues, I close this PR and I'll submit a new one with error solved