Last active
August 29, 2015 14:04
-
-
Save andrexduarte/a1ac7878016f1ea5132b to your computer and use it in GitHub Desktop.
Gemfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source "https://rubygems.org" | |
gem 'uglifier' | |
gem 'compass' | |
gem 'guard' | |
gem 'guard-shell' | |
gem 'sass-globbing' | |
gem 'compass-normalize' | |
gem 'juicer' | |
gem 'scss-lint', '~> 0.27.0' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment