Concat and minify JS files in Node

javascript, minify, node.js

Solution

If you're using Connect, then I've had good luck with Connect-Assetmanager

Problem

Is there any module in NodeJS to concatenate and minify JavaScript files?

Original source