I was make mistake in writing sass path to compilation code.
My mistake is:
sass --watch css:scss
but i must write:
sass --watch scss:css
I'm lost all my scss file data :(
Asked
Active
Viewed 161 times
0

Ahmed Sayed Sk
- 584
- 6
- 20
-
Do you use a version control system - `git` for example? – spickermann Jan 28 '17 at 17:12
-
yes i using git – Ahmed Sayed Sk Jan 28 '17 at 17:29
-
1Did you consider to checkout the file from a former commit? Read http://stackoverflow.com/a/215731/2483313 – spickermann Jan 28 '17 at 17:40
-
Oh, it's work thanks :) – Ahmed Sayed Sk Jan 28 '17 at 17:46
-
but it's restore my data to not current point, i now want to use sass-cache folder to back to current point – Ahmed Sayed Sk Jan 28 '17 at 17:47