wecodemore / grunt-githooks

A Grunt plugin to help bind Grunt tasks to Git hooks
https://npmjs.org/package/grunt-githooks
MIT License
317 stars 24 forks source link

Node.js pre commit template script #38

Closed scottmcpherson closed 8 years ago

scottmcpherson commented 9 years ago

Hey guys,

Is it possible to execute the node.js.hb template?

I tried setting the template to that file and it doesn't seem to be getting executed.

githooks: {
      options: {
        template: './node_modules/grunt-githooks/templates/node.js.hb',
      }
      ...
franz-josef-kaiser commented 8 years ago

@scottmcpherson Sorry for getting back to this issue that late. Have you solved the issue or do still need help?