summaryrefslogtreecommitdiff
path: root/lib/gitlab/patch/sprockets_base_file_digest_key.rb
Commit message (Collapse)AuthorAgeFilesLines
* Use correct integrity hash for sprockets caching57431-sprockets-caches-files-independent-of-contentLukas Eipert2019-02-081-1/+1
| | | | | | | | Use self.integrity_uri over self.hexdigest_integrity_uri(digest), as the latter always returned nil leading to improper cache invalidation. We are alos enabling caching of `tmp/cache/assets/sprockets` again, to get those performance gains.
* Monkey-patch Sprockets to prevent cache ballooningRémy Coutable2019-02-051-0/+22
Signed-off-by: Rémy Coutable <remy@rymai.me>