Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting error with new version (0.1.2) #4

Closed
tyke opened this issue Jan 8, 2014 · 2 comments
Closed

Getting error with new version (0.1.2) #4

tyke opened this issue Jan 8, 2014 · 2 comments

Comments

@tyke
Copy link

tyke commented Jan 8, 2014

With the newest version bump to 0.1.2 I am receiving this error when running grunt gitinfo

Warning: Cannot read property 'options' of undefined Use --force to continue.

@damkraw
Copy link
Owner

damkraw commented Jan 8, 2014

you need to add gitinfo to initConfig

grunt.initConfig({
    gitinfo : {},
    ...
});

@atav32
Copy link

atav32 commented Oct 23, 2014

I think we should add this to the README. I also ran into this problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants