I am using node.js and backbone for a web application. The back end is part of my package requirements. I used to use Rails and Backbone, and helper gems are good for combining all the assets (js files) that a client needs to get.
With that said, I had to manually download backbone.js and manually add it and all other supported js libraries to the header of my application file layout.
Should installing the base module relieve me of this manual effort in order to create the necessary source for my client application? Is there any jammit / asset pipeline?
source share