We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the render response processor method doesn't return a promise for the case where a matched styling file is empty.
Reported in: #149 .
The text was updated successfully, but these errors were encountered:
feat: issue-#150 - ignore empty files
3c5829c
- Scaffolding for feature and tests.
feat: issue-#150 - Ignore empty files and css file support
81855f3
- Cleaned up related fixtures. - Updated 'watch' feature tests to also include 'empty files' case promise test.
d8058ab
- Removed partial support for *.css file includes - whatever dart-sass/node-sass handles via their functionality will be handled by them.
Merge pull request #153 from elycruz/fix/issue-#150/empty_style_files
5863042
Fix/issue #150/ignore empty style files
elycruz
Successfully merging a pull request may close this issue.
Currently the render response processor method doesn't return a promise for the case where a matched styling file is empty.
Reported in: #149 .
Acceptance Criteria
The text was updated successfully, but these errors were encountered: