added Jaun, and tidied up the live coder view

This commit is contained in:
Mark Moser
2016-08-12 11:22:59 -05:00
parent 4298fadd2c
commit 2c26d4bfb5
6 changed files with 144 additions and 18 deletions

View File

@ -42,6 +42,8 @@ guard :rubocop do
watch(%r{(?:.+/)?\.rubocop\.yml$}) { |m| File.dirname(m[0]) }
end
# This breaks in the container.
# instead, try using: https://github.com/appfolio/eslint-rails
# # ESLint
# guard :shell, all_on_start: true do
# watch %r{app/assets/javascripts/*/.*} do |file|