A
A
alexandrnevajno12017-12-19 16:59:15
css
alexandrnevajno1, 2017-12-19 16:59:15

Netbeans SASS automatic compilation of files - no comments on lines in CSS output (where declaration is in SASS). How to make them be?

Hello. I made a SASS file auto-compile in Netbeans. But when it was through the command line (the watch command), in the resulting CSS there were comments for each selector - where it is declared in SASS. And now there is no such thing. How to specify in Netbeans that when sass is automatically compiled, comments are written in css?
Now I have this:
/*# sourceMappingURL=screen.css.map */
This is at the end of the CSS file when Netbeans automatically compiles.
And if you compile via cmd (compass watch), then there will be no such line. But before each selector there will be a line where it is written in which scss file it is declared and in which line.
Here:
/* line 4, ../scss/screen.scss */
How to make Netbeans automatically compile the same way?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question