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

Allow specifying multiple sources and files for sources #165

Merged
merged 5 commits into from
Jan 18, 2024

Conversation

sleeuwen
Copy link
Collaborator

@sleeuwen sleeuwen commented Jan 6, 2024

This PR increases the minimum supported version to .NET 6, and updates the samples accordingly (blazor samples have been regenerated from the latest .NET 8 templates as they've had quite some changes).

It also renames the "SourceFolder" and "TargetFolder" settings to "Source" and "Target" and allows them to specify a file in addition to a folder (this fixes #120). ("SourceFolder" and "TargetFolder" are still recognized for backwards compatibility)

Adds an extra config settings "Compilations" which is an array of "Source" and "Target" pairs. These work in addition to the global "Source"/"Target" (this fixes #57).

The sass watcher should also again be disabled by default for Razor Class Library projects (this fixes #118).

note: we might want to wait until sass 1.70 is released and introduce these changes in that version (and not in a v1.69.8).

@sleeuwen sleeuwen merged commit b41d4f7 into master Jan 18, 2024
4 checks passed
@sleeuwen sleeuwen deleted the feature/multiple-sources branch January 18, 2024 06:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants