-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Display css result directily for compile a single file via command line? #1499
Comments
so you are proposing that compass compile be able to pipe to stdout? |
If thats the case it's probably not going to happen anytime soon that would take a lot of reengineering of the compiler. |
@scottdavis Yes, we need that compass compile be able to pipe to stdout, but the compass compile can't be able to display css result now. Right? |
The compiler relies on an output file to check if it needs to compile. you can hack around this by creating your own sass engine and piping in the compass load paths but realize it will compile every time. |
I think the real issue for this would be |
you guys can always use |
Is there any way to prevent compass write output to file? Thanks.
ref issue:
Let users handle their own IO nathggns/node-compass/issues/29
Can't process the output of the gulp-compass task. appleboy/gulp-compass/issues/2
The text was updated successfully, but these errors were encountered: