mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
Added mustache.js (v4.2.0)
mustache.js was obtained from the following location: - https://github.com/janl/mustache.js/raw/v4.2.0/mustache.js mustache.min.js which is a build artifact was taken from - https://cdnjs.cloudflare.com/ajax/libs/mustache.js/4.2.0/mustache.min.js Note that mustache.js is included in order to comply with Debian packaging requirements but will not be used in any other way (hence it is not added to resources_list.txt).
This commit is contained in:
@ -66,6 +66,8 @@ const ResourceCollection resources200Compressible{
|
||||
{ STATIC_CONTENT, "/ROOT/skin/iso6391To3.js?cacheid=ecde2bb3" },
|
||||
{ DYNAMIC_CONTENT, "/ROOT/skin/isotope.pkgd.min.js" },
|
||||
{ STATIC_CONTENT, "/ROOT/skin/isotope.pkgd.min.js?cacheid=2e48d392" },
|
||||
{ DYNAMIC_CONTENT, "/ROOT/skin/mustache.min.js" },
|
||||
{ STATIC_CONTENT, "/ROOT/skin/mustache.min.js?cacheid=bd23c4fb" },
|
||||
{ DYNAMIC_CONTENT, "/ROOT/skin/taskbar.css" },
|
||||
{ STATIC_CONTENT, "/ROOT/skin/taskbar.css?cacheid=216d6b5d" },
|
||||
{ DYNAMIC_CONTENT, "/ROOT/skin/viewer.js" },
|
||||
|
Reference in New Issue
Block a user