diff --git a/plugins/c9.static/cdn.cli.js b/plugins/c9.static/cdn.cli.js index d0e33fa0..8f4f51c5 100644 --- a/plugins/c9.static/cdn.cli.js +++ b/plugins/c9.static/cdn.cli.js @@ -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]) {