I have the visual studio professional 2017 edition and when I make changes to a scss file it doesnt update the changes in real-time, but the scss changes dont get inserted into the css file that goes with it, previously I used mindscape but it doesnt appear to be supported in this version.
Asked
Active
Viewed 1,933 times
0
-
`sass --watch : – J. Titus Jun 13 '17 at 16:30
-
supposedly visual studio is supposed to take care of this, the setup is literally visual studio and git... – codeflower Jun 13 '17 at 16:39
-
Possible duplicate of [How to compile less/sass files in Visual Studio 2017](https://stackoverflow.com/questions/42726029/how-to-compile-less-sass-files-in-visual-studio-2017) – J. Titus Jun 13 '17 at 16:43
-
So VS 2017 still needs a scss to css compiler? and Gulp I'm assuming is the 'mindscape' alternative - i'll go and have a look in a sec, I dont want to download something for my entire team however, id like to sand box this to my local solution and see what works. – codeflower Jun 13 '17 at 17:08
-
Looks that way. Best of luck. – J. Titus Jun 13 '17 at 17:09
-
1Just so you know you were absolutely right you do need a compiler, we decided on web compiler in the end, so thank you so very much! – codeflower Jun 14 '17 at 13:19