0

Say I've built a .CSS file that I compiled from a .SCSS file.

What happens if one of my team members directly edits the .CSS file, and I come along and recompile a change to the .SCSS file?

How do I stop the direct updates to the CSS file being lost?

1
  • 3
    You have a quiet word with your team member about how to properly compile Sass. I honestly think the best solution here is prevention rather than cure. Communicate! Commented Sep 29, 2016 at 14:50

1 Answer 1

7

You can't.
You must enforce .css files to be only written by scss compiler.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.