Skip to content

Commit

Permalink
Added description to cake setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricemach committed Oct 14, 2011
1 parent f6b9d55 commit ad405bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cakefile
Expand Up @@ -19,7 +19,7 @@ task 'vendor', ->
run 'head -n 1 vendor/jquery*', ->
run 'head -n 3 vendor/sammy*'

task 'setup', ->
task 'setup', 'build + vendor', ->
invoke 'build'
invoke 'vendor'

Expand Down

0 comments on commit ad405bb

Please sign in to comment.