Skip to content

Exclude on ts sources from jekyll#14

Merged
akumm2k merged 1 commit into
mainfrom
fix-js-404
Dec 14, 2025
Merged

Exclude on ts sources from jekyll#14
akumm2k merged 1 commit into
mainfrom
fix-js-404

Conversation

@akumm2k
Copy link
Copy Markdown
Owner

@akumm2k akumm2k commented Dec 14, 2025

No description provided.

@akumm2k akumm2k marked this pull request as ready for review December 14, 2025 23:51
Copilot AI review requested due to automatic review settings December 14, 2025 23:51
@akumm2k akumm2k merged commit d478479 into main Dec 14, 2025
5 checks passed
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR enables Jekyll to include compiled JavaScript files from the ts/dist/ directory by removing the blanket exclusion of the ts/ directory. The index.html file references three JavaScript modules from ts/dist/ (age.js, invert.js, and proj_highlighter.js), which need to be included in the Jekyll build for the website to function properly. TypeScript source files and configuration files remain excluded through existing file extension patterns (*.ts, *.mts, *.json).

Key changes:

  • Removes ts/ from Jekyll's exclude list to allow compiled JavaScript files to be included in the site build

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@akumm2k akumm2k deleted the fix-js-404 branch December 15, 2025 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants