mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-15 05:35:00 -05: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
|