Oleksiï Nikonov
Oleksiï Nikonov

Reputation: 5598

how debug sass in intellij file watcher. Cannot find output window

Im stuck at sass debug. I use Intellij Idea and file watcher to compile compile the scss files. The problem is i cannot debug the sass files easily because i dont see the compilation output.

i write @debug 'some message' and @warn "some m." and expect it's gonna be shown during the build.

Only error messages are shown (if they are found).

enter image description here

Expect to see some messages like above

ps: I thought and looked for any setting such as clear console output on rebuild, but havent found. Suppose it should be somewhere at file watcher settings.

The file watched successfully set to compile the scss to css.

Upvotes: 3

Views: 695

Answers (1)

Oleksiï Nikonov
Oleksiï Nikonov

Reputation: 5598

I found the filewatcher output settings location, look at below:

enter image description here

I wrote a warning message 'what a' so The output and its location may be seen beneath

enter image description here

Upvotes: 6

Related Questions