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

'Sass Watch' doesn't work in Linux Background #1691

Closed
JesusHerreraUS opened this issue May 13, 2022 · 1 comment
Closed

'Sass Watch' doesn't work in Linux Background #1691

JesusHerreraUS opened this issue May 13, 2022 · 1 comment

Comments

@JesusHerreraUS
Copy link

JesusHerreraUS commented May 13, 2022

Hello,
I'm trying to execute sass in a very simple script in Debian 10. The script is as the follow:

#! /bin/sh -e
sass --watch $scssPath:$cssPath > ./sass_watch2.log 2>&1 &

$scssPath and $cssPath are the paths of the files sccs and css. I save stdin and stderr in a file (ass_watch2.log).

This script executes sass in background but with this way it stops working (the process dies
).

However, if I execute it in foreground (without the last &), it works correctly.

I'm using version 1.50.0. When I used version 1.39.1, it works good.

Any idea?

Thanks.

@JesusHerreraUS JesusHerreraUS changed the title Sass Watch doesnt' work in Linux Bash Background Sass Watch doesnt' work in Linux Background May 13, 2022
@JesusHerreraUS JesusHerreraUS changed the title Sass Watch doesnt' work in Linux Background 'Sass Watch' doesnt' work in Linux Background May 13, 2022
@JesusHerreraUS JesusHerreraUS changed the title 'Sass Watch' doesnt' work in Linux Background 'Sass Watch' doesn't work in Linux Background May 13, 2022
@nex3
Copy link
Contributor

nex3 commented May 16, 2022

#1665 should fix this.

@nex3 nex3 closed this as completed May 16, 2022
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

2 participants