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

Fix: Ignore empty files #150

Closed
2 tasks done
elycruz opened this issue Jul 24, 2024 · 0 comments · Fixed by #153
Closed
2 tasks done

Fix: Ignore empty files #150

elycruz opened this issue Jul 24, 2024 · 0 comments · Fixed by #153

Comments

@elycruz
Copy link
Owner

elycruz commented Jul 24, 2024

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

  • Make sure an empty promise is returned for the above mentioned case.
  • Ensure we have a test case covering this case.
@elycruz elycruz self-assigned this Jul 24, 2024
@elycruz elycruz mentioned this issue Jul 24, 2024
elycruz added a commit that referenced this issue Aug 7, 2024
- Scaffolding for feature
  and tests.
elycruz added a commit that referenced this issue Aug 18, 2024
- Cleaned up related fixtures.
- Updated 'watch' feature tests to also include
  'empty files' case promise test.
elycruz added a commit that referenced this issue Aug 18, 2024
- Removed partial support for *.css
  file includes - whatever
  dart-sass/node-sass handles
  via their functionality will
  be handled by them.
elycruz added a commit that referenced this issue Aug 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant