ajoslin / angular-scrolly

Fake transform-scrolling with angular-friendly utilities
http://ajoslin.github.io/angular-scrolly
65 stars 7 forks source link

cp: no such file or directory: scripts/validate-commit-msg.js #11

Closed bugwelle closed 11 years ago

bugwelle commented 11 years ago

After forking and running npm install and bower install, I tried to build the project. I get this error:

$ grunt build
Running "build" task
cp: no such file or directory: scripts/validate-commit-msg.js

Warning: ENOENT, no such file or directory '.git/hooks/commit-msg' Use --force to continue.

Could you check the lines 153-156 in Gruntfile.js, please?

Thanks, Andre

ajoslin commented 11 years ago

Oh, forgot to git add it. Fixed in 75816610e0d2496ca64a64c40582f069d4bd9224

bugwelle commented 11 years ago

:+1: Thanks.