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

Doesn't generate a package.json #6

Closed
joe-spanning opened this issue Aug 9, 2013 · 4 comments
Closed

Doesn't generate a package.json #6

joe-spanning opened this issue Aug 9, 2013 · 4 comments
Labels

Comments

@joe-spanning
Copy link

no matter what you answer to "will you have a package.json file"

@lukewatts
Copy link

I'm not sure it's meant to create the package.json file. You create the package.json file by using

npm init
and filling out the projects info (project name, description, author, etc) Then run
grunt-init gruntfile
to create and configure you gruntfile easily.

I could be completely wrong but that's what I get from reading the docs.

@joe-spanning
Copy link
Author

Ok, but that's different behavior than the grunt-init-node template, which generates package.json along with other files. I guess that's what gave me the impression all grunt-init templates would do the same.

@vladikoff
Copy link
Member

Not all grunt-init templates should create a package.json file IMHO. However it might make sense for add it to this template.

@shama
Copy link
Member

shama commented Dec 19, 2013

Fixed on 8b4df68

@shama shama closed this as completed Dec 19, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants