-
Notifications
You must be signed in to change notification settings - Fork 59
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
Question: Grunt Init & Yeoman #31
Comments
Yeah, I'm curious about this too. I'm not a big fan of shifting this to Yeoman. For starters since Yeoman doesn't work for Windows, but also because Yeoman's setup is more opinionated and difficult to extend IMO. I love the fact that the init templates are a built-in part of Grunt, I don't really look forward to having to find workarounds for Windows and trying to stay up-to-date on another lib. Grunt's awesome and I trust you guys will make a good decision, just my 2c. |
Take a look at this grunt issue: gruntjs/grunt#432 This proposal, https://groups.google.com/forum/#!topic/yeoman-dev/cMk1rBP4OA4/discussion and this one, https://groups.google.com/forum/#!topic/yeoman-dev/6zHPxHuW6V8. |
@shama Thanks, that is exactly what I was looking for! For anyone else who stumbles on this in the future, the important parts are:
|
I was about to standardize my company's templates using grunt-init until I found this and similar issues. |
@mingfang You're welcome to continue using grunt-init if you prefer it. There isn't any plans, AFAIK, to "kill" it. It just isn't in as active development in favor of yeoman. |
I have a question regarding the relationship of Grunt and Yeoman. According to this wiki page:
I am working on building a set of project boilerplates for personal/freelance use as well as for the company I work for. Unfortunately, there are some drawbacks to the opinionated nature of Yeoman that make it unlikely to fly at work (although it is great for my personal work). So I was hoping to use a simple(er) grunt init task. Reading the above made me doubt the decision.
So my question is, what is the roadmap for this project?
And thanks for the great work!
The text was updated successfully, but these errors were encountered: