Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

Commit

Permalink
Use keywords in Guardfile
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Jan 31, 2016
1 parent 1662772 commit dca388f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Guardfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
guard 'livereload',
guard :livereload,
port: YAML.load_file('_config.yml')['livereload']['port'] do
watch %r{dist/.+}
end

guard 'shell' do
guard :shell do
watch 'modernizr-config.json' do
`npm run modernizr`
end
Expand Down

0 comments on commit dca388f

Please sign in to comment.