diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000000..9e94356a7f --- /dev/null +++ b/Gemfile @@ -0,0 +1,4 @@ +source 'https://rubygems.org' + +gem 'sass' +gem 'bourbon' diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000000..2e331ff826 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,15 @@ +GEM + remote: https://rubygems.org/ + specs: + bourbon (3.1.8) + sass (>= 3.2.0) + thor + sass (3.2.12) + thor (0.18.1) + +PLATFORMS + ruby + +DEPENDENCIES + bourbon + sass diff --git a/Gruntfile.js b/Gruntfile.js index 9ebcfa6f5e..84f7279acf 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -31,7 +31,8 @@ var path = require('path'), '!config.js', '!CONTRIBUTING.md', '!SECURITY.md', - '!.travis.yml' + '!.travis.yml', + '!Gemfile*' ], configureGrunt = function (grunt) {