TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Grunt 1.0.0 released

128 pointsby plurbyabout 9 years ago

16 comments

vladikoffabout 9 years ago
Hey! Core maintainer here.<p>I see a lot of comments are basically saying our project is obsolete or sucks. That does not stop us from working on Grunt though.<p>We are still seeing record download numbers, even with the 2 year old releases. This is why we felt it was important to keep releasing this software and supporting developers.<p>For those who support and use Grunt - huge thank you! Pick up your free open-source copy made by volunteers on npm.
评论 #11430429 未加载
评论 #11430482 未加载
评论 #11430616 未加载
评论 #11430238 未加载
评论 #11432564 未加载
评论 #11431896 未加载
评论 #11430109 未加载
评论 #11430211 未加载
评论 #11430787 未加载
评论 #11430278 未加载
评论 #11430689 未加载
评论 #11432547 未加载
评论 #11435018 未加载
评论 #11431655 未加载
评论 #11431333 未加载
评论 #11435009 未加载
评论 #11430125 未加载
iglabout 9 years ago
Obsolete before it hit 1.0. While grunt&#x2F;gulp was fun for a while... i am not looking back to our 800 line grunt file, complicated async configuration and the tons of dev-dependencies.<p>Webpack blew everything out of the water. 80 lines of config, hot-reloading, code-spliting, hash-filenames... Looking forward to whats coming next.
评论 #11429569 未加载
评论 #11429475 未加载
评论 #11429543 未加载
评论 #11429927 未加载
评论 #11429301 未加载
评论 #11429350 未加载
评论 #11430728 未加载
评论 #11431098 未加载
评论 #11429291 未加载
sakopovabout 9 years ago
I don&#x27;t see the hype behind build tools. I still use Grunt on just about any project because I can just copy&#x2F;paste the entire build process from another project and never come back to it again. Don&#x27;t see much point in switching to anything else.
评论 #11430143 未加载
hoodoofabout 9 years ago
I feel sorry for the developers after reading all these comments. Why would they continue with such a project that gets such little love?
评论 #11429902 未加载
评论 #11430755 未加载
评论 #11429742 未加载
评论 #11429699 未加载
derekeabout 9 years ago
I am so pleased I abandoned grunt&#x2F;gulp. Life is so much simpler with simple build commands. Now I just run whatever I need using npm run.
评论 #11429663 未加载
评论 #11430918 未加载
评论 #11432642 未加载
afloatboatabout 9 years ago
Lately the decline in popularity of Grunt has been more and more noticeable for me. When adding new packages there are always usage instructions for Gulp, sometimes webpack and alternatives as well but Grunt seems to be notably absent. I&#x27;m contemplating switching to one of the more popular task runners, but that would mean having to rebuild a working flow.<p>The question also remains what happens when you have to revisit an existing site in x years. Will all the packages still be available, do I have to go back to node version x and will everything still work on Windows&#x2F;Mac OS version y?
评论 #11429223 未加载
neeelabout 9 years ago
I spent a minute scanning that website and I still don&#x27;t know what it does. Is it that hard to have a link along the top leading to an ELI5 blurb
评论 #11429571 未加载
koolbaabout 9 years ago
I have yet to find a use for Grunt that would not be better served with either a more modern replacement or, more commonly&#x2F;simply&#x2F;pleasantly, an older replacement like plain old &#x27;make&#x27;.
avolcanoabout 9 years ago
I still use Grunt for small, one-off tasks that I&#x27;d like to be able to configure declaratively. For example, it&#x27;s useful to wrap Webpack to make simple static deploys: <a href="https:&#x2F;&#x2F;github.com&#x2F;thomasboyt&#x2F;monotron&#x2F;blob&#x2F;master&#x2F;Gruntfile.js" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;thomasboyt&#x2F;monotron&#x2F;blob&#x2F;master&#x2F;Gruntfile...</a><p>I imagine that if I was more comfortable with shell scripting I could just use that, but I do like declarative tasks a lot, and there&#x27;s very little overhead to adding Grunt to a JavaScript project.
moron4hireabout 9 years ago
People keep saying &quot;every grunt package makes its own way of doing things.&quot; I have not found that to be the case at all. Grunt has a lot of ways to specify groups of files, and many packages only show example usage for one of them, but they are actually largely interchangeable.<p>I&#x27;m a little incensed at the speed of it. It is very slow, for no apparent reason. But now I&#x27;m also wondering if it&#x27;s not grunt&#x27;s fault and actually the NPM ecosystem&#x27;s fault for being way too dependency happy. I got a complaint from Windows about file name lengths being too long. Not in 20 years of using Windows have I seen this error but on corporate copy-folder-as-version-control network drives and NPM packages. So I&#x27;m concerned it might be spending most of its time just crawling my node_modules folder, because I only just now thought of this wrinkle and haven&#x27;t stopped posting long enough to go do anything about it.
评论 #11430588 未加载
msimpsonabout 9 years ago
Well since this has seemly turned into a forum for build tool gripes, I&#x27;d like to note that no build tool is the best build tool. It simply comes down to what&#x27;s maintainable for you and your team.
gidanabout 9 years ago
you don&#x27;t need grunt <a href="https:&#x2F;&#x2F;medium.com&#x2F;@julesbou&#x2F;you-don-t-need-grunt-a48605915319" rel="nofollow">https:&#x2F;&#x2F;medium.com&#x2F;@julesbou&#x2F;you-don-t-need-grunt-a486059153...</a>
xmlninjaabout 9 years ago
brunch.io ftw. its been out there the whole time, way easier than grunt and gulp.
评论 #11430149 未加载
bwd1992about 9 years ago
Versioning at it&#x27;s best
kdabirabout 9 years ago
better late than never :)
评论 #11429362 未加载
ckissiabout 9 years ago
Something I use daily, one of my favorite tools.