Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Compass/Sass on Windows

  • This topic is empty.
Viewing 15 posts - 1 through 15 (of 20 total)
  • Author
    Posts
  • #30027
    Chris Enloe
    Member

    Today 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,
    -Chris

    #103647
    sahilmepani
    Member

    Here 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 :)

    #103651
    sliver37
    Member

    Google “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.

    #103658
    Senff
    Participant

    When 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 Mac

    I’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.

    #107194
    memunawar
    Member

    i 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..

    Source

    #119805

    @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.

    #119806

    I used sahilmepani’s method and that worked for me so thanks everyone!

    #129438
    ethanlai
    Member

    I 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)

    #129465
    notfilc
    Member

    mixture.io – public beta but great!

    #130866
    Pablo_D
    Member

    You can install the compass app, http://compass.handlino.com/

    Just $10, just bought it and great so far.

    #133618
    Subash
    Member

    You 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/prepros

    #133637
    chrisburton
    Participant

    @Subash Awesome!!!

    Love the popup notifications when errors occur and live refresh.

    #133650
    Mottie
    Member

    @Subash!

    I’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!

    #133744
    Subash
    Member

    Thanks, @chrisburton and @Mottie,


    @Mottie
    fixed the issue https://github.com/sbspk/Prepros/commit/2108dbc3d548ec36559116403f12316104cf9fc2.

    It will be available in the upcoming release.

    #136933

    sahilmepani, thanks dude! you kickass!

Viewing 15 posts - 1 through 15 (of 20 total)
  • The forum ‘Other’ is closed to new topics and replies.