From 3d7bbbbb191bd34fabbc98d997b2b25d76e58f08 Mon Sep 17 00:00:00 2001 From: Pau Perez Date: Fri, 13 Sep 2019 08:25:54 +0200 Subject: [PATCH] Remove unused Guardfile --- Guardfile | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 Guardfile diff --git a/Guardfile b/Guardfile deleted file mode 100644 index 4ae1efda60..0000000000 --- a/Guardfile +++ /dev/null @@ -1,11 +0,0 @@ -# A sample Guardfile -# More info at https://github.com/guard/guard#readme - -guard 'livereload' do - watch(%r{app/views/.+\.(erb|haml|slim)$}) - watch(%r{app/helpers/.+\.rb}) - watch(%r{public/.+\.(css|js|html)}) - - # Rails Assets Pipeline - watch(%r{(app|vendor)(/assets/\w+/(.+\.(css|js|html|png|jpg))).*}) { |m| "/assets/#{m[3]}" } -end