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
Compilation loop when outputs in the same directory #1845
Comments
This is unfortunately expected behaviour. LibSass allows LibSass will be fixing this bug in their 4.0 release. They must put it off until then because 4.0 will also introduce an offical way to import For now the work around is to have different input and output directories. |
jiongle1
pushed a commit
to scantist-ossops-m2/node-sass
that referenced
this issue
Apr 7, 2024
Disable error for empty source string on context
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I'm starting node-sass from terminal with the following options:
> node-sass -w -r ./ -o ./
The problem is that when it compiles the changed .scss file and outputs it in the same folder it detects that the output .css file is changed and starts the compilation again and starts looping:
Here are the environment details:
There were no such issues in version 3.11.2.
The text was updated successfully, but these errors were encountered: