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:
parent
6446e0004c
commit
5a81fcd42e
11 changed files with 13 additions and 36 deletions
2
Cakefile
2
Cakefile
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue