Description
When running the build process, the category name is incorrectly generated with a double period (..).
Issue Details
- Given the folder structure:
js/cookiebar/check
- The build process removes certain text using the regex:
/js|scss|clientlibs|bundle/gi
- This results in the name:
.cookiebar.check
- The final category, using the
projectKey (wwwb), becomes: wwwb..cookiebar.check
Expected Behavior
The category should not contain consecutive periods.
Steps to Reproduce
- Place a file inside
js/cookiebar/check
- Run the build process
- Observe that the category name has an extra period (
..)
Description
When running the build process, the category name is incorrectly generated with a double period (
..).Issue Details
js/cookiebar/check/js|scss|clientlibs|bundle/gi.cookiebar.checkprojectKey(wwwb), becomes:wwwb..cookiebar.checkExpected Behavior
The category should not contain consecutive periods.
Steps to Reproduce
js/cookiebar/check..)