Skip to content

Commit

Permalink
added server assets to Cakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
robflaherty committed Aug 13, 2011
1 parent bd7e0ad commit e7dd110
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cakefile
Expand Up @@ -10,3 +10,4 @@ task 'assets:watch', 'Watch source files and build JS & CSS', (options) ->
runCommand 'coffee', '-wc', '-o', 'client/build/', 'client/src/'
runCommand 'coffee', '-wc', 'client/test/unit/'

runCommand 'coffee', '-wc', '-o', 'server/build/', 'server/src/'

0 comments on commit e7dd110

Please sign in to comment.