diff options
Diffstat (limited to 'Guardfile')
-rw-r--r-- | Guardfile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,4 +1,3 @@ guard 'livereload', :api_version => '1.6' do - watch(/public\/stylesheets\/(.*)\.css/); - watch(/public\/(.*)\.(js|html|png|jpg|gif|jpeg|ttf|otf|woff|svg)/i); + watch(/public\/\S[css|js|html|png|jpg|gif]/) end |