Guardfile
e4c2d579
 guard 'livereload', :api_version => '1.6' do
c7d5365f
   watch(/public\/stylesheets\/(.*)\.css/);
   watch(/public\/(.*)\.(js|html|png|jpg|gif|jpeg|ttf|otf|woff|svg)/i);
e4c2d579
 end