sass/dart-sass

Support compiling the same source to multiple destinations

オープン

#981 opened on 2020/03/05

 (1 件のコメント) (3 件のリアクション) (0 人の担当者)Dart (376 件のフォーク)batch import
CLIenhancementhelp wanted

Repository metrics

Stars
 (4,192 個のスター)
PR merge metrics
 (平均マージ 8d 8h) (30d で 18 merged PRs)

説明

I'm using Dart Sass 1.22.12.

I'm trying to compile the same sass to multiple directories while watching them.

I have the following in my script: sass --watch sass:sv/css sass:hv/css

But it throws this error: Duplicate source "sass".

I've also tried replacing the path sass with sass/site.scss, but then it just says Duplicate source "sass/site.scss". instead.

Both paths appear to work just fine when I compile them individually, so I don't think there's something wrong with the paths it needs to be compiled to.

Is there something wrong with my script by any chance? Or is it simply not possible to compile to multiple directories with the same input?

コントリビューターガイド