A minimal recursive less compiler and js/css minifier.
$ node capn-crunch.js ~/path/to/content/folder
Capn crunch is a minimal less, css, and js processor. Less files are compiled to minified CSS files (no intermediate css step), CSS and JS files are minified/compressed.
You'd think. However, I couldn't find a tool that was this simple. Most existing tools either handle a single file at a time or assume you're using express or other frameworks. I just needed something that would walk a folder structure and minimize every js/css file encountered.
Also works on Node for Windows