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

An empty Sass file should produce an empty CSS file #358

Merged
merged 1 commit into from
Oct 25, 2015

Conversation

xzyfer
Copy link
Collaborator

@xzyfer xzyfer commented Oct 5, 2015

Currently if the input file is blank we bail out early, returning
the input file object. This causes gulp to simply copy the input
Sass file. We instead need to rewrite the file extension to .css.
Fixes #352

Currently if the input file is blank we bail out early, returning
the input file object. This causes gulp to simply copy the input
Sass file. We instead need to rewrite the file extension to .css.
Fixes dlmanning#352
xzyfer added a commit to xzyfer/gulp-sass that referenced this pull request Oct 5, 2015
We don't remove generated files between tests which results in
false positives when asserting if a file was created. This was
noticed when creating the test cases for dlmanning#358
xzyfer added a commit to xzyfer/gulp-sass that referenced this pull request Oct 5, 2015
We don't remove generated files between tests which results in
false positives when asserting if a file was created. This was
noticed when creating the test cases for dlmanning#358
xzyfer added a commit to xzyfer/gulp-sass that referenced this pull request Oct 5, 2015
We don't remove generated files between tests which results in
false positives when asserting if a file was created. This was
noticed when creating the test cases for dlmanning#358
@xzyfer xzyfer added the bug label Oct 5, 2015
xzyfer added a commit that referenced this pull request Oct 25, 2015
An empty Sass file should produce an empty CSS file
@xzyfer xzyfer merged commit 33a8a4f into dlmanning:master Oct 25, 2015
@xzyfer xzyfer deleted the fix/empty-file branch October 25, 2015 14:34
eoneill pushed a commit to eoneill/gulp-sass that referenced this pull request Dec 3, 2015
We don't remove generated files between tests which results in
false positives when asserting if a file was created. This was
noticed when creating the test cases for dlmanning#358
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant