Hacker News new | ask | show | jobs
by omouse 3406 days ago
What complexities of build processes?!

Building Javascript files with modules and deps is a solved problem. We've built all sorts of other file types and compiled them and linked them before with tools like Make, SCons and other tools. It's ridiculous to think that JavaScript is a unique language that needs its own build tools. It does not.

We went down the wrong path years ago when we decided that whenever we use a language we also need to use tools written in that language. Grunt, gulp, webpack and the rest should go away.

1 comments

I hear you. Node.js made my Ant tasks for running jshint and qunit totally redundant :(