0
Hello, I wonder if it is possible to "compile" SASS in a project in Visual Studio 2015 without having to install anything.
Motive: I’m in need of something I get in the project using Visual Studio Team Services, run it and run everything, without requiring any kind of previous installation to run.
(Get project -> Run -> 100% running with SASS)
So far only found Koala and by prompt installing Ruby; which in my case can not be used because they are installable.
Links or anything that helps you find a solution is welcome as I am days away looking for a solution.
SASS files need to be processed to become CSS. If you can’t install anything, you won’t be able to do this.
– Jéf Bueno
Can you use a terminal solution or a Node.js solution? Can you use a Bundle within the code? Because Nuget has some SASS/Scss compilers...
– VitorLuizC