-
Notifications
You must be signed in to change notification settings - Fork 55
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
Two files exported when trying to rename filename. #115
Comments
Same case for me, adding a suffix creates both with and without suffix files. Have you found a way to handle this ? |
It's actually not an issue of gulp-compass but Compass itself. You could rename files in ruby callback in
http://h3r2on.com/2013/05/17/rename-css-on-compile.html be careful with paths ( |
The best solution I found is Delete files in a pipeline to delete unneeded the result task could be
|
Hi,
Anyone tried to rename output file to
some_style.min.css
?I am trying to change the output file name with the following task:
When I run the above task, it exports
some_style.css
as well assome_style.min.css
.How can I export only
some_style.min.css
file?The text was updated successfully, but these errors were encountered: