-
Notifications
You must be signed in to change notification settings - Fork 381
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
Comments
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
Empty .scss file compiled to empty .scss but not .css file
The text was updated successfully, but these errors were encountered: