I am new to playframework. How Asset Fingerprinting works? There is no specific document explaining internal working of fingerprinting.
How it internally generates the digest code like ad3303949495939398433-main.css or adfadvffddfcddf352545464-file.txt?
Does it hashes the file content or file name? And what is use of Asset Fingerprint in Play framework?
Please help me in understanding this.
Thanks,