mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
A bit more explanation of what's actually going on with build:browser
This commit is contained in:
parent
08cd112585
commit
150a8a12a0
1 changed files with 1 additions and 0 deletions
1
Cakefile
1
Cakefile
|
@ -104,6 +104,7 @@ task 'build:browser', 'rebuild the merged script for inclusion in the browser',
|
|||
"""
|
||||
code = uglify.gen_code uglify.ast_squeeze uglify.ast_mangle ast, extra: yes
|
||||
fs.writeFileSync 'extras/coffee-script.js', header + '\n' + code
|
||||
console.log "built ... running browser tests:"
|
||||
invoke 'test:browser'
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue