Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

instruction on how to compile using sassy studio in visual studio

I have been using Compass to compile sass files in Windows environment either on a command line or using Compass-app to watch a directory.

I've just started using Visual Studio (pro 2013). I have installed sassy studio using nuget but I can not find any instructions as to how to compile.

It looks like sasssy studio comes with its own sass compiler or it can use Compass. I've looked at the setting menu but nothing seems obvious as to how to compile to CSS automatically on save or even doing it manually.

1) Does the set up require a config.rb file or is there a different way to set up the configuration (such as 'require' options)?

2) How does one initiate the compile operation either automatically or manually?

TIA

like image 372
Chi Row Avatar asked Oct 02 '22 05:10

Chi Row


1 Answers

I had the same trouble, so I followed this guide for Integrating the Compass CSS Framework into Visual Studio. I installed Ruby and Compass and then added the path to the Ruby folder in the SassyStudio options.

I was originally using Web Workbench so my Visual Studio project was already set up as a Compass project (had a config.rb file). So now it compiles correctly when I save.

I don't know whether this is necessarily the correct way, but it worked for me.

like image 154
Colin Bacon Avatar answered Oct 13 '22 12:10

Colin Bacon