This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
CLI options to watch a directory #1212
Labels
Comments
Are you watching There is a known issue with the watcher and |
Possibly related #1179 |
It's |
So the answer to your questions is
If this doesn't work please create a small, fully working, github repo that shows your problem. |
@xzyfer that gives me the error: |
solomonhawk
added a commit
to vigetlabs/ca11y
that referenced
this issue
Dec 24, 2015
Watching of unquoted @imported files when using indented syntax has a known bug. sass/node-sass#1212
This should be fixed by #1322. |
This is fixed on master and will be in the next release. |
jiongle1
pushed a commit
to scantist-ossops-m2/node-sass
that referenced
this issue
Apr 7, 2024
Don't eval static division ops inside interpolants
# for free
to subscribe to this conversation on GitHub.
Already have an account?
#.
Hello, I've been trying to figure out what the proper command line arguments are to watch a directory. I tried several combos - all of which seem to do keep the CLI running, but not doing anything (files don't compile, nothing in stdout/stderr.)
Based off #700 , I tried this:
node-sass -w -r --output static/stylesheets static/sass
Based off #1075, I tried this:
node-sass -w web/static/sass -o web/static/stylesheets
The text was updated successfully, but these errors were encountered: