1

Add 'guard-livereload' gem to auto reload the browser when 'view' files are modified.

This commit is contained in:
vonavi
2014-02-18 16:52:18 +02:00
parent 70b894aa06
commit d037749df8
4 changed files with 43 additions and 6 deletions

View File

@@ -6,3 +6,8 @@ gem 'jekyll-assets'
gem 'less'
gem 'therubyracer'
gem 'yui-compressor'
group :development do
# Automatically reload your browser when 'view' files are modified
gem 'guard-livereload'
end