mirror of
https://github.com/moparisthebest/www.moparscape.org
synced 2025-03-09 22:29:45 -04:00
5 lines
163 B
Ruby
5 lines
163 B
Ruby
guard 'livereload', :api_version => '1.6' do
|
|
watch(/public\/stylesheets\/(.*)\.css/);
|
|
watch(/public\/(.*)\.(js|html|png|jpg|gif|jpeg|ttf|otf|woff|svg)/i);
|
|
end
|