Anti 0 byte css solution for css files#83
Open
cienislaw wants to merge 2 commits intothirtybees:masterfrom
Open
Anti 0 byte css solution for css files#83cienislaw wants to merge 2 commits intothirtybees:masterfrom
cienislaw wants to merge 2 commits intothirtybees:masterfrom
Conversation
Sass can create 0 byte files in destination. This change removes them from pipeline before writing to destination location.
Removed 0 byte css files and their directories after making sure that compile-css won't create them again.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Saas generates 0 byte css files. 0 byte files give warning in browser. This change address the issue by excluding then from destination and removing previously commited 0 byte files.
Yes, with CCC enabled 0 byte files problem is gone, but on dev site in most cases CCC is disabled for easier issue spoting.