安装sass时必须先安装ruby,在安装ruby时勾选Add Ruby executables to your PATH这个选项,添加环境变量,不然以后使用编译软件的时候会提示找不到ruby环境 sass安装:http://www.w3cplus.com/sassguide/install.html: 注意事项: 1.安装完ruby之后,在开始菜单中,找到刚才我们安装的ruby,打开Start Command Prompt with Ruby 2.直接使用淘宝的源,由于国内网络原因(你懂的),导…
#Start Guide##Environment###1. Install Ruby Verify your installation by running ruby -v in a terminal - it should print "ruby 1.9.3" (or higher). ###2. Install Devkit You can get Ruby and DevKit from [RubyInstaller.org](http://rubyinstaller.org/…
1.安装RubyInstallerhttp://rubyinstaller.org/downloads/注意:安装目录结构不要太深安装完成后在命令行运行: ruby –v 可以查看是否安装成功2.安装DevKithttp://rubyinstaller.org/downloads/注意:要先安装Ruby步骤: a) 把下载下来的压缩包解压到Ruby的安装目录 b) 在命令行下转到DevKit的目录 c) 运行:ruby dk.rb init d) 运行:ruby dk.r…