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.

没有正确的解决方案

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top