Use Bundler to make it easier for contributors to compile Sass
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #2191021. -->
Reported by: [lewisnyman](https://www.drupal.org/user/751964)
>>>
<p>It's common for Sass projects to include a Gemfile that lists all the gem dependancies of the project. This can reduce the potential for errors because of missing/incorrect versions of gems. It also reduces complexity for contributors because all the need to do is run 'bundle install' to load all the required gems for the project.</p>
<p>Here is an example of a Gemfile from <a href="http://drupalcode.org/project/omega.git/blob/9705213:/omega/Gemfile">Omega 4.x</a></p>
<p><a href="http://bundler.io/">More about Bundler</a></p>
issue