1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

we don't need relative require's because the paths are set up correctly -- removing the unused runner.coffee script

This commit is contained in:
Jeremy Ashkenas 2010-02-17 00:50:08 -05:00
parent 6446e0004c
commit 5a81fcd42e
11 changed files with 13 additions and 36 deletions

View file

@ -7,7 +7,7 @@ run: (args) ->
proc.addListener 'error', (err) -> if err then puts err
task 'build:compiler', 'build the CoffeeScript Compiler source code', ->
task 'build', 'build the CoffeeScript language from source', ->
fs.readdir('src').addCallback (files) ->
files: 'src/' + file for file in files when file.match(/\.coffee$/)
run ['-o', 'lib/coffee_script'].concat(files)