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

Unable to set config if developmentRuntime = true #357

Open
mkobel opened this issue Oct 29, 2024 · 0 comments
Open

Unable to set config if developmentRuntime = true #357

mkobel opened this issue Oct 29, 2024 · 0 comments

Comments

@mkobel
Copy link
Contributor

mkobel commented Oct 29, 2024

I tried to configure configOptions / javetLibraryHome for sass-dart-asset-pipeline with developmentRuntime = true in a Spring Boot project.

Based on my understanding of the code this seems to be impossible:

  • All the assets { .. } configurations are only used at build time
  • The spring-boot integration only configures the resolvers of AssetPipelineConfigHolder in asset.pipeline.springboot.AssetPipelineService

Are my assumptions true or did I miss the code fragments loading the config for the AssetPipelineConfigHolder when using the AssetPipelineFilter?

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

No branches or pull requests

1 participant