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

Create a -w shorthand for --watch #1145

Closed
vinliao opened this issue Nov 13, 2020 · 5 comments
Closed

Create a -w shorthand for --watch #1145

vinliao opened this issue Nov 13, 2020 · 5 comments

Comments

@vinliao
Copy link

vinliao commented Nov 13, 2020

Hi people.

Having a -w flag to watch seems like a minor nice-to-have thing in this package.

What do you think?

@zaydek
Copy link

zaydek commented Nov 17, 2020

I saw somewhere previously that this wasn’t planned to be added. I could be wrong. In any matter I do this and it works well enough for me:

yarn add --dev watch
yarn watch --interval 0.1 'yarn sass ...' src

So when there’s a change inside of src, watch fires the stringified command.

@jathak
Copy link
Member

jathak commented Nov 18, 2020

@zaydek: Dart Sass already supports a --watch flag. This issue is just for adding a -w flag as a shorthand for the existing one.

@zaydek
Copy link

zaydek commented Nov 19, 2020

Oh my bad! I must have misunderstood. Thanks @jathak for clarifying. ☺️

@stof
Copy link
Contributor

stof commented Jun 2, 2021

@nex3 this issue should be closed as it has been implemented in #1276

@nex3 nex3 closed this as completed Jun 2, 2021
@nex3
Copy link
Contributor

nex3 commented Jun 2, 2021

Thanks!

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

5 participants