1.0.4 • Published 9 years ago

grunt-git-newer v1.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

grunt-git-newer

like grunt-newer, but for git-commits

It will filter your config.src (or config.files, or config.files.src...) down to just the ones that have changed between the current branch and master. If you are on master, it will test all of the files.

Configuration

As of now, there is no options. All you need to do is load the task, and prepend your task names with git-newer

So instead of

 grunt.registerTask('default', ['mocha']);

you can use

 grunt.registerTask('default', ['git-newer:mocha']);

Release History

1.0.0 - Initial Release 1.0.2 - Swap out synchronous spawn module, add branch name fallback for master 1.0.3 - Just write out own damn sync spawn function.

License

Copyright (c) 2014 Patrick Kettner. Licensed under the MIT license.

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago