According to this post, bower should be able to run postinstall script in versions 1.3.1 and higher. I am using bower 1.3.12.
Here is my bowerrc file:
{ "scripts": { "postinstall": "./node_modules/grunt-cli/bin/grunt" } }
However, when I install the package using the gazebo, the hook does not start. What am I doing wrong?
source share