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
Post a Comment