Skip to content

Commit

Permalink
Use 1.9 Syntax in the Guardfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
netzpirat committed Nov 1, 2012
1 parent a1a3fcf commit c6edd9f
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,5 +1,5 @@
guard :coffeescript, :input => 'dist/helpers', :output => 'dist/helpers'
guard :coffeescript, input: 'dist/helpers', output: 'dist/helpers'

guard 'process', :name => 'Jasmine specs', :command => 'jasmine-node --coffee --color spec/compiler_spec.coffee' do
guard 'process', name: 'Jasmine specs', command: 'jasmine-node --coffee --color spec/compiler_spec.coffee' do
watch(%r{src|spec})
end

0 comments on commit c6edd9f

Please sign in to comment.