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 ...@@ -13,7 +13,6 @@ analytics.js
# Ruby/Sass/Bundler # Ruby/Sass/Bundler
.bundle .bundle
.sass-cache .sass-cache
Gemfile
ruby ruby
bourbon bourbon
......
source 'https://rubygems.org'
gem 'sass', '~> 3.3'
gem 'bourbon'
...@@ -86,6 +86,7 @@ clean:: ...@@ -86,6 +86,7 @@ clean::
dev: clean dev: clean
npm install npm install
${BOWER} update; ${BOWER} update;
bundler install --path=.
######################################################################## ########################################################################
## Builds ## 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