Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Includes improvements #308

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Includes improvements #308

wants to merge 7 commits into from

Conversation

Stephanevg
Copy link
Owner

@Stephanevg Stephanevg commented Nov 13, 2024

Please fill in all placeholders --> [Placeholder]

Pull Request [Topic]

It adds the possibility to embed assets (Javascript and CSS files) directly into a html document.

Please tell us , the type of Change you are submitting:

Select one of the following:

  • Bug
  • Feature
  • Minor Change

Does it fix an existing issue? Please tell us which one

Resolves #307

Description of what's been changed

Write-PshtmlAsset has now a new -AsContent switch which allows to write the contents of the asset in an according html element (<Script> for Javascript files and <Style> css files).
This doesn't work for CDN Assets.

@Stephanevg Stephanevg added enhancement New feature or request Assets labels Nov 13, 2024
@Stephanevg Stephanevg self-assigned this Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Assets enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add posibility to write asset as content
1 participant