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

Empty .scss file after compile #352

Closed
zankevich opened this issue Sep 28, 2015 · 0 comments
Closed

Empty .scss file after compile #352

zankevich opened this issue Sep 28, 2015 · 0 comments

Comments

@zankevich
Copy link

Empty .scss file compiled to empty .scss but not .css file

xzyfer added a commit to xzyfer/gulp-sass that referenced this issue 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 dlmanning#352
xzyfer added a commit to xzyfer/gulp-sass that referenced this issue 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 dlmanning#352
eoneill pushed a commit to eoneill/gulp-sass that referenced this issue Dec 3, 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 dlmanning#352
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant