Commit f4eb8b30 authored by JC Brand's avatar JC Brand

Add steps for installing Sass and Bourbon to Makefile

parent 60cfe7f6
......@@ -13,7 +13,6 @@ analytics.js
# Ruby/Sass/Bundler
.bundle
.sass-cache
Gemfile
ruby
bourbon
......
source 'https://rubygems.org'
gem 'sass', '~> 3.3'
gem 'bourbon'
......@@ -86,6 +86,7 @@ clean::
dev: clean
npm install
${BOWER} update;
bundler install --path=.
########################################################################
## Builds
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment