浏览代码

Add steps for installing Sass and Bourbon to Makefile

JC Brand 10 年之前
父节点
当前提交
f4eb8b30b0
共有 3 个文件被更改,包括 4 次插入1 次删除
  1. 0 1
      .gitignore
  2. 3 0
      Gemfile
  3. 1 0
      Makefile

+ 0 - 1
.gitignore

@@ -13,7 +13,6 @@ analytics.js
 # Ruby/Sass/Bundler
 .bundle
 .sass-cache
-Gemfile
 ruby
 bourbon
 

+ 3 - 0
Gemfile

@@ -0,0 +1,3 @@
+source 'https://rubygems.org'
+gem 'sass', '~> 3.3'
+gem 'bourbon'

+ 1 - 0
Makefile

@@ -86,6 +86,7 @@ clean::
 dev: clean
 	npm install
 	${BOWER} update;
+	bundler install --path=.
 
 ########################################################################
 ## Builds