How can I suppress file or line reference such as the commented output line below when running compass compile
and possibly keep --output-style
expanded by default?
/* line 85, ../../../app/stylesheets/simpla/style.sass */
.align-right {
float: right;
}
The problem is whenever I make 1 line change in sass, it makes 50+ line changes to my css to update all the reference line numbers that got adjusted. This makes it really hard to read the actual changes in my git commit.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…