DEV: Remove HTML parser from Tautologistics. (#7344)

This commit is contained in:
Bianca Nenciu
2019-04-10 12:21:22 +03:00
committed by Régis Hanol
parent d0fe42e2ef
commit b5008586c5
9 changed files with 49 additions and 1037 deletions

View File

@ -82,7 +82,6 @@ module PrettyText
ctx_load_manifest(ctx, "markdown-it-bundle.js")
root_path = "#{Rails.root}/app/assets/javascripts/"
apply_es6_file(ctx, root_path, "discourse/helpers/parse-html")
apply_es6_file(ctx, root_path, "discourse/lib/to-markdown")
apply_es6_file(ctx, root_path, "discourse/lib/utilities")