(str)
| 20 | |
| 21 | // Folder name 'ui-examples' becomes 'ui' (the way it should be displayed in the documentation tree) |
| 22 | function updateSubfoldersName(str) { |
| 23 | return str.slice(0, str.lastIndexOf("-")); |
| 24 | } |
| 25 | |
| 26 | function compareFiles(leftFile, rightFile) { |
| 27 | var l = prettify(path.basename(path.dirname(leftFile))); |