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

A Grunt plugin to help bind Grunt tasks to Git hooks

Results 13 grunt-githooks issues
Sort by recently updated
recently updated
newest added

Update handlebars version As discussed in # - Fixes # Changes proposed in this pull request: - - - _This PR is filed against the `dev` branch: [Yes/No]._

File extension of handlebar files is not correct. ### Changes to discuss File extension `.hb` is misleading GitHub as it is showing harbour programming language instead of handlebars. It can...

I use grunt-githooks as a dev-dependency in [jquery-form](https://github.com/jquery-form/form). Github is now alerting me to a moderate severity security vulnerability in handlebars < 4.0.0. I see that PR #65 updated handlebars...

enhancement

When I submit a commit, the hook triggers but displays this error: ``` { Error: Command failed: grunt at ChildProcess.exithandler (child_process.js:272:12) at ChildProcess.emit (events.js:159:13) at maybeClose (internal/child_process.js:943:16) at Process.ChildProcess._handle.onexit (internal/child_process.js:220:5)...

question

With v0.3.1: I've tried to add multiple commands to a single hook, but they get overwritten and only the last one survives. Specifically, I'm trying to get npm, Composer, and...

enhancement
backlog

My env: MacOS `10.12.5`, node `8.1.2`, npm `5.0.3`, grunt-githooks `0.6.0`, zsh `5.2`. The same behavior on Windows 7, git version 2.9.0.windows.1. My Grunt configs (example with `pre-commit` hook): ``` eslint...,...

enhancement

I am trying to append a message to a commit as part of a commit hook, but I can't seem to figure out how to get the name of the...

question

Same as for hook names that do not match a Git hook, see if you can compare the task to the list of tasks available in the Gruntfile and display...

enhancement

For example, here is how I used it ![image](https://cloud.githubusercontent.com/assets/656739/4392283/cfcdb166-440c-11e4-93b7-0a00ce7f1858.png) Also, it might be helpful do mention that we need to run `grunt githooks` to create the hooks (maybe it is...

enhancement
documentation

I was just trying this plugin and playing around with it. I couldn't wrap my head around. > Hard coded `cwd` in newly added hook How would we share a...

enhancement