문제

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