rebuilding extras/coffee-script.js

This commit is contained in:
Jeremy Ashkenas 2010-03-02 16:52:55 -05:00
parent c219adffd5
commit 70cb195e6f
2 changed files with 3 additions and 2 deletions

View File

@ -46,7 +46,8 @@ task 'build:underscore', 'rebuild the Underscore.coffee documentation page', ->
task 'build:browser', 'rebuild the merged script for inclusion in the browser', ->
exec 'rake browser'
exec 'rake browser', (err) ->
throw err if err
task 'doc', 'watch and continually rebuild the documentation', ->

File diff suppressed because one or more lines are too long