Skip to content

[FIXED] Missing CSS/JS when generating without singleFile #744#746

Closed
Chrahuldeveloper wants to merge 1 commit intoasyncapi:masterfrom
Chrahuldeveloper:master
Closed

[FIXED] Missing CSS/JS when generating without singleFile #744#746
Chrahuldeveloper wants to merge 1 commit intoasyncapi:masterfrom
Chrahuldeveloper:master

Conversation

@Chrahuldeveloper
Copy link

Description

fixed the issue by adding copyAsset calls and ensuring outputDir is defined inside the Index function, everything now generates correctly for both modes.

Related issue(s)
#744

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Welcome to AsyncAPI. Thanks a lot for creating your first pull request. Please check out our contributors guide useful for opening a pull request.
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.

@asyncapi-bot
Copy link
Contributor

We require all PRs to follow Conventional Commits specification.
More details 👇🏼

 No release type found in pull request title "[FIXED] Missing CSS/JS when generating without singleFile #744". Add a prefix to indicate what kind of release this pull request corresponds to. For reference, see https://www.conventionalcommits.org/

Available types:
 - feat: A new feature
 - fix: A bug fix
 - docs: Documentation only changes
 - style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
 - refactor: A code change that neither fixes a bug nor adds a feature
 - perf: A code change that improves performance
 - test: Adding missing tests or correcting existing tests
 - build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
 - ci: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)
 - chore: Other changes that don't modify src or test files
 - revert: Reverts a previous commit

@sonarqubecloud
Copy link

@Chrahuldeveloper Chrahuldeveloper closed this by deleting the head repository Sep 25, 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