Y
Hacker News
new
|
ask
|
show
|
jobs
by
UUMMUU
3991 days ago
I'm lost as to why Grunt is a problem. I tried to put all of my build scripts in the package.json but moving to Grunt has been incredibly useful.
1 comments
kentor
3991 days ago
Because "code over configuration". Personally I'm not a fan of Grunt's API which requires huge json files where keys mean special things. It feels very ad hoc and ugly. Gulp's API is like 5 functions.
link