Last Updated: February 25, 2016
·
5.331K
· ixti

Assets pipeline for Node.JS

We all know about Ruby On Rails and it's awesome assets pipelines. For those of you who don't:

The asset pipeline provides a framework to concatenate and minify or compress JavaScript and CSS assets. It also adds the ability to write these assets in other languages such as CoffeeScript, Sass and ERB.

You can have same features, smae power, same awesomenss in Node.JS with Mincer: https://github.com/nodeca/mincer

Even more. Mincer, just like Sprockets, provides a powerfull static server that can be used for development (recompiling changed files on-fly) or with aggressive cache ideal for production.