javascript - Can the requireJS optimizer update static file references and names with MD5 checksums? -


i'm doing first steps requirejs r.js optimizer.

i want fingerprint static files adding md5 checksum filenames (as per here) besides adding cache-control , expiry headers.

i'm wondering if there feature in optimizer, create md5 checksum based on file contents , modify filename, plus references in application accordingly.

since there lot of dependency tracing , file manipulation when running optimizer, wondering, if possible default or if there plugin available (although there nothing on plugins page)?

thanks infos!

not possible of now. more information on github/google group


Comments

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -