mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-05 03:00:15 -04:00
1733261a524aded08e6846c3f6b8431586d69c14
When make is run, unique filenames are generated for JavaScript and CSS files in /public/static/. Filenames are generated by appending a 64 bit truncated SHA1 hash in websafe base64 format before the extension. The filename mapping is stored in /public/static/names.json. Unique filenames are now inserted by the static() template helper. Hashed filenames can be served by Pylons, and hashed names are checked against the names.json mapping when requested.
Description
No description provided
Languages
Python
54.4%
JavaScript
26.7%
HTML
11.3%
Less
4.5%
Shell
1%
Other
2%