update markdown lib name

pull/223/head
nightwing 2015-11-19 18:22:06 +00:00
rodzic a547bd04c6
commit 20c78516d7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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]) {