Y
Hacker News
new
|
ask
|
show
|
jobs
by
woah
4084 days ago
I used to be really into gulp, until I discovered that I could replace my entire gulp file with a 1 line shell script in package.json
1 comments
contrahax
4084 days ago
If you can do it in one line of shell then do it - you don't need a build system. I don't understand why everyone sees it as a competition - just use the right tool for the problem you need to solve.
link