Frontmatter
| id | 558 |
| title | Always generate the dist version index files |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | May 18, 2020, 12:59 PM |
| updatedAt | May 18, 2020, 4:39 PM |
| githubUrl | https://github.com/neomjs/neo/issues/558 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | May 18, 2020, 4:39 PM |
there is a check in place to only generate an index file in case it does not already exist.
with the new index.ejs logic in place plus the ability to create custom ones (using a different path), this is no longer needed and even can cause issues when changing the .ejs files.