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

SCSS Processing Optimizations #23

Closed
dansiegel opened this issue May 10, 2018 · 1 comment
Closed

SCSS Processing Optimizations #23

dansiegel opened this issue May 10, 2018 · 1 comment

Comments

@dansiegel
Copy link
Owner

Description

Currently SCSS Files are processed into CSS on every single build with a lot of noise. This results in processing that doesn't actually need to occur. This occurs in part due to all items with a None Include being evaluated as part of the process. This should be filtered to only files with the .scss extension. Ideally this should be further reduced to only processed on file update such as when a partial or a specific scss file is updated.

Generated CSS should also be moved to the Intermediate Output Directory to reduce the in project file noise.

@dansiegel
Copy link
Owner Author

@kzu I'm having some issues getting the SCSS files to be picked up by MSBuild. Not sure what we broke here... can you take a look at the sass-optimizations branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant