- This topic is empty.
-
AuthorPosts
-
August 24, 2010 at 2:09 pm #30027
Chris Enloe
MemberToday I tried to to install Compass/Sass on my computer. I have made no head way what so ever. I installed ruby, which works fine. But to run a “gem” command in the command prompt, do I have to have the gems installed? Because when I tried to do that, it wouldn’t do what it should. Could someone please enlighten me on how to install gems on Windows, and maybe even how to get Compass/Sass working on a Windows computer?
Thanks,
-ChrisMay 30, 2012 at 1:21 am #103647sahilmepani
MemberHere it is how you can install Compass/Sass on Windows:
1) Install Ruby from http://rubyinstaller.org/
2) Go to Windows Command Line(Start -> cmd)
3) Change directory to Ruby bin Folder. Eg C:Ruby193bin (It will be different to your version and installation directory)
4) Type ruby -v and if it get back with Ruby Version Number. Bravo, you are got to go.Staying in the same directory (C:Ruby193bin)
5) Type gem install sass (It will install sass)
6) Type gem install compass (It will install compass)
7) Type compass version (If compass is running. It will get back with compass version and other info)Thank you :)
May 30, 2012 at 4:56 am #103651sliver37
MemberGoogle “scout sass” and use that. It’s awesome.
Unfortunately it’s not being updated/maintained far as I can tell but it works great.
The only issue I had was updated java (jr7) and it was still trying to find “jr6”, just had to change it inside a file in the scout folder.
Hopefully someones working on an awesome app for windows soon.
May 30, 2012 at 8:59 am #103658Senff
ParticipantWhen I started to figure out how to install SASS on Windows, I found it very confusing for two main reasons:
1) all that Ruby stuff (installation, command line, etc.)
2) most tutorials were for MacI’ve found the best/easiest way for Windows users is Compass.app and I strongly recommend it (no Ruby stuff involved). Check it out: SASS on Windows, the easy way
I did try Scout too, but I found it a little more tricky than Compass.app, and like @sliver37, I also had some issues with Java.
August 1, 2012 at 8:45 pm #107194memunawar
Memberi to had D same prob.. i googled it found this
1. Ruby installer – http://rubyinstaller.org/downloads/
2. When the installation finishes, open a Command Prompt window (Win+R then type “cmd” and press enter)
Then type this:ruby -S gem install sass
thats it you are done..
January 4, 2013 at 7:54 am #119805James_PIckering
Member@menunawar I installed Ruby 1.9.3 from that link and input the command but I got an error:
C:Ruby193>ruby -S gem install sass
'ruby' is not recognized as an internal or external command,
operable program or batch file.January 4, 2013 at 8:12 am #119806James_PIckering
MemberI used sahilmepani’s method and that worked for me so thanks everyone!
March 23, 2013 at 9:36 am #129438ethanlai
MemberI tired to compile less or sass width shell Command.
So i create a gui, support sass, compass, less and coffeescript. Out of the box to use and cross-platform. And it’s open source.
Get it at: [http://koala-app.com](http://koala-app.com)March 23, 2013 at 7:35 pm #129465notfilc
Membermixture.io – public beta but great!
April 6, 2013 at 6:17 pm #130866Pablo_D
MemberYou can install the compass app, http://compass.handlino.com/
Just $10, just bought it and great so far.
April 30, 2013 at 11:40 am #133618Subash
MemberYou can use [Prepros App](http://alphapixels.com/prepros) for windows. It can compile less, sass, scss, coffee, markdown, haml, stylus file and It can also live refresh the browser.
http://alphapixels.com/preprosApril 30, 2013 at 1:47 pm #133637chrisburton
Participant@Subash Awesome!!!
Love the popup notifications when errors occur and live refresh.
April 30, 2013 at 3:27 pm #133650Mottie
MemberI’ve already found one minor problem with markdown compiling… I include anchor tags (`text`) within my markdown, and the compiler translates that into `<a name="anchor">text</a>`.
I didn’t test other HTML markup, but it [should be allowed](http://daringfireball.net/projects/markdown/syntax#html).
And, very nice work!
May 1, 2013 at 11:36 am #133744Subash
MemberThanks, @chrisburton and @Mottie,
@Mottie fixed the issue https://github.com/sbspk/Prepros/commit/2108dbc3d548ec36559116403f12316104cf9fc2.It will be available in the upcoming release.
May 29, 2013 at 2:46 pm #136933WernerVosMonster
Membersahilmepani, thanks dude! you kickass!
-
AuthorPosts
- The forum ‘Other’ is closed to new topics and replies.