lots of new files
This commit is contained in:
9
eric/Cakefile
Normal file
9
eric/Cakefile
Normal file
@ -0,0 +1,9 @@
|
||||
spawn = (require 'child_process').spawn
|
||||
|
||||
to_stdio = (emitter) ->
|
||||
emitter.stdout.on 'data', (data) -> process.stdout.write data
|
||||
emitter.stderr.on 'data', (data) -> process.stderr.write data
|
||||
emitter
|
||||
|
||||
task 'build', 'Build game file', (options) ->
|
||||
to_stdio spawn 'coffee', ['--compile', 'eric.coffee']
|
Reference in New Issue
Block a user