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

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -