Question

I'm building a pure JavaScript application using RequireJS, Backbone, Marionette, Handlebars, Underscore, and all that great stuff.

For now, I have it plugged into a Rails app, and I build the app (minify, concatenate, and MD5 fingerprint files) using the Asset Pipeline and requirejs-rails (and FWIW, I'm using this fork with Rails 4). I'm only using Rails because of the Asset Pipeline's fingerprinting feature for cache-busting purposes...otherwise, I'd use straight r.js.

Are there any alternatives to doing fingerprinting in conjunction with RequireJS builds, without relying on Rails? Maybe some plugin to, fork of, or command option to r.js?

I also need the ability to build and fingerprint CSS files and images.

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top