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

Display css result directily for compile a single file via command line? #1499

Open
appleboy opened this issue Jan 2, 2014 · 7 comments
Open

Comments

@appleboy
Copy link

appleboy commented Jan 2, 2014

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

@scottdavis
Copy link
Member

so you are proposing that compass compile be able to pipe to stdout?

@scottdavis
Copy link
Member

If thats the case it's probably not going to happen anytime soon that would take a lot of reengineering of the compiler.

@appleboy
Copy link
Author

appleboy commented Jan 2, 2014

@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?

@scottdavis
Copy link
Member

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.

@nathggns
Copy link
Contributor

nathggns commented Jan 2, 2014

I think the real issue for this would be @import statements.

@scottdavis
Copy link
Member

you guys can always use sass --compass

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants