mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
update markdown lib name
This commit is contained in:
parent
a547bd04c6
commit
20c78516d7
@ -248,7 +248,7 @@ define(function(require, exports, module) {
|
||||
process.exit(1);
|
||||
}
|
||||
copy(absPath, root + "/static/" + p, {
|
||||
include: /^(libmarkdown.js|runners_list.js|builders_list.js|bootstrap.js)$/,
|
||||
include: /^(remarkable.min.js|runners_list.js|builders_list.js|bootstrap.js)$/,
|
||||
exclude: function(name, dir) {
|
||||
if (/\.css$/.test(name)) {
|
||||
if (!cache.files[dir + "/" + name]) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user