Hi,
In this version following rules has been added in filter.json so the files with the below pattern will be skipped:
{ "type" : "FilePath", "value" : "**/vue.runtime.js" }, |
{ "type" : "FilePath", "value" : "**/mespeak*.js" }, |
{ "type" : "FilePath", "value" : "**/FixedColumns.js" }, |
{ "type" : "FilePath", "value" : "**/filedrop*.js" }, |
{ "type" : "FilePath", "value" : "**/fileuploader*.js" }, |
{ "type" : "FilePath", "value" : "**/mbExtruder.js" }, |
{ "type" : "FilePath", "value" : "**/rawinflate.js" }, |
{ "type" : "FilePath", "value" : "**/rawdeflate.js" }, |
{ "type" : "FilePath", "value" : "**/themeswitcher.js" }, |
{ "type" : "FilePath", "value" : "**/ColumnFilterWidgets*.js" }, |
{ "type" : "FilePath", "value" : "**/base64.js" }, |
{ "type" : "FilePath", "value" : "**/PDFObject*.js" }, |
{ "type" : "FilePath", "value" : "**/HighlightFilterWidgets.js" }, |
Comment actions