A
A
alpha-kappa2017-04-26 19:39:33
Command line
alpha-kappa, 2017-04-26 19:39:33

How to setup sass --sourcemap=inline in phpstorm file watcher?

Storm's File watcher SASS (ruby) always creates a separate *.css.map file when compiling.
And it does this despite the --sourcemap=inline option .
The picture shows the settings, and below in the terminal is the output of the sass --help command, where it is clearly written how to use this option.
551481cd034242ecb3a4668f5606a748.png
I don't understand who is to blame for sass or storm. On the other machine in the storm, node-sass is configured with the "source-map-embed" option and everything works as it should.
------- The
question is about setting options on the command line and specifically about ruby-sass. And please don't suggest installing node-sass on the current machine if you could - I wouldn't ask the question.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
alpha-kappa, 2017-05-01
@alpha-kappa

Setting up ruby-sass failed!
I had to use his node-sass implementation with the " source-map-embed " key .

D
dummyman, 2017-04-26
@dummyman

To understand what the problem is, you need the contents of sass.bat
Apparently, you are not reading any of the passed parameters in it.
And, accordingly, something is set by default

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question