From 9f195a8de5a19f857afafcc80c6ade51b4f794c5 Mon Sep 17 00:00:00 2001 From: mozillazg Date: Wed, 1 Jul 2015 06:23:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8=E6=B7=98=E5=AE=9D=E6=BA=90?= =?UTF-8?q?=E5=AE=89=E8=A3=85=20sass?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- posts/new.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/posts/new.md b/posts/new.md index 8bab150..d5355d8 100644 --- a/posts/new.md +++ b/posts/new.md @@ -72,10 +72,17 @@ PS: pre-commit请放心使用, 代码是我写的. 2. 其次需要安装ruby(我们会使用gem), 可以到官网 https://www.ruby-lang.org/ 下载安装 3. 配置firefly的开发环境 - cd firefly/static - sudo gem install sass - npm install - node_modules/grunt-cli/bin/grunt # 如果你不喜欢占用一个终端, 可以使用tmux或者screen + + $ cd firefly/static + $ gem sources --remove https://rubygems.org/ + $ gem sources -a https://ruby.taobao.org/ + $ gem sources -l + *** CURRENT SOURCES *** + + https://ruby.taobao.org + $ sudo gem install sass -V + $ npm install + $ node_modules/grunt-cli/bin/grunt # 如果你不喜欢占用一个终端, 可以使用tmux或者screen #### 填充测试数据