Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
He needs to specify that he should track these changes. To do this, a special configuration file is created (usually called `nodemon.json`) and specified as a parameter --config
.
Let's assume that the files scss
are in the folder ./scss
. Then nodemon.json
you need to add the following:
"watch": [
"scss/**"
]
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question