scsslint, flash styling, new parent start

This commit is contained in:
2015-09-24 22:00:26 -05:00
parent d123e63b76
commit 9f6813c7f2
14 changed files with 147 additions and 26 deletions

View File

@ -31,10 +31,11 @@ group :development, :test do
gem 'pry-byebug'
gem 'binding_of_caller'
gem 'rubocop'
gem 'guard'
gem 'guard-rubocop'
gem 'guard-minitest'
gem 'guard-livereload'
gem 'rack-livereload'
gem 'minitest-reporters'
gem 'guard'
gem 'guard-rubocop'
gem 'guard-scss-lint'
gem 'guard-minitest'
gem 'guard-livereload'
end