Skip to content

Conversation

@classicrocker883
Copy link
Contributor

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Improvement (refactoring and improving code)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update

Description

If you're in Chrome, and say use bundle exec jekyll serve
these are the errors:

ERROR '/assets/js/dist/theme.min.js' not found.
ERROR '/assets/js/dist/home.min.js' not found.

then if you fix those, by adding home.min.js and removing call to theme.min.js
another error shows:

Uncaught ReferenceError: Theme is not defined
    at commons.min.js:4:47525
    at commons.min.js:4:49902

that is then fixed by moving theme.js and calling it in default.html

Additional context

@cotes2020 cotes2020 closed this Nov 18, 2025
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