use sass transformer in intellij dart

130 views Asked by At

When I use the dart plugin and a "Javascript Debug" Run/Debug Configuration (idea config site) and use the sass transformer (sass package) the transformer is not called.

Running pub serve executes the transformer correctly.

How do I tell Intellij to use the transformer?

2

There are 2 answers

0
Günter Zöchbauer On

There is nothing to do in IntelliJ. Maybe ensure you don't enable the SASS watcher in IntelliJ as well, they might collide. This might be a bug in the SASS transformer or your pubspec.yaml.

0
Alexander Doroshko On

Pub Serve should be started automatically by the IDE when you start your run configuration. Take a look at Pub Serve tool window, may be there are any errors/warnings.