Addressed PR comments

This commit is contained in:
Armando Aguirre
2018-01-30 15:22:34 -08:00
parent cd994964e3
commit e99fe78172
2 changed files with 1 additions and 6 deletions

View File

@@ -158,11 +158,6 @@ namespace ts.server {
"References": {
match: /^(.*\/_references\.js)$/i,
exclude: [["^", 1, "$"]]
},
"Datatables.net": {
// e.g. /wwwroot/lib/datatables.all.min.js
match: /(jquery\.)?dataTables(\.all)?(\.min)?\.js$/i,
types: ["datatables.net"]
}
};

View File

@@ -24,7 +24,7 @@
"exclude": [["^", 1, "$"]]
},
"Datatables.net": {
"match": "(jquery\\.)?dataTables(\\.all)?(\\.min)?\\.js$",
"match": "^.*\\/(jquery\\.)?dataTables(\\.all)?(\\.min)?\\.js$",
"types": ["datatables.net"]
}
},