Skip to content

Modified Kendo regex to include -ui folders and files without min#20082

Merged
armanio123 merged 2 commits into
microsoft:masterfrom
armanio123:KendoOptionalMin
Nov 17, 2017
Merged

Modified Kendo regex to include -ui folders and files without min#20082
armanio123 merged 2 commits into
microsoft:masterfrom
armanio123:KendoOptionalMin

Conversation

@armanio123
Copy link
Copy Markdown
Contributor

Added more cases for excluding Kendo libraries. Scenarios like below are going to be excluded.

kendo/kendo.all.min.js
kendo/kendo.all.js
kendo-ui/kendo.all.min.js
kendo-ui/kendo.all.js

As a drawback, Kendo source code files inside those two folders are going to be excluded.

Comment thread src/server/typesMap.json Outdated
},
"Kendo": {
"match": "^(.*\\/kendo)\\/kendo\\.all\\.min\\.js$",
"match": "^(.*\\/kendo(-ui)?\\/kendo\\.all(\\.min)?\\.js$",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your parens are unbalanced. See the correct change you made in the file above.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, fixed.

@armanio123 armanio123 merged commit 464ae31 into microsoft:master Nov 17, 2017
@armanio123 armanio123 deleted the KendoOptionalMin branch November 17, 2017 01:37
@microsoft microsoft locked and limited conversation to collaborators Jun 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants