I have exhausted all thoughts on how to actually get jquery file upload to work, so screw it, I am just going to make something homegrown for tomorrow
This commit is contained in:
@@ -10,4 +10,13 @@ end
|
||||
|
||||
guard :shell do
|
||||
watch(%r{^Gemfile|Gemfile.lock$}) { system("bundle-audit")}
|
||||
end
|
||||
end
|
||||
|
||||
guard 'livereload', host: "railsgoat.dev", port: '35727' do
|
||||
watch(%r{app/views/.+\.(erb|haml|slim)$})
|
||||
watch(%r{app/helpers/.+\.rb})
|
||||
watch(%r{public/.+\.(css|js|html)})
|
||||
watch(%r{config/locales/.+\.yml})
|
||||
# Rails Assets Pipeline
|
||||
watch(%r{(app|vendor)(/assets/\w+/(.+\.(css|js|html))).*}) { |m| "/assets/#{m[3]}" }
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user