A bit more explanation of what's actually going on with build:browser

This commit is contained in:
Jeremy Ashkenas 2011-01-15 15:12:47 -05:00
parent 08cd112585
commit 150a8a12a0
1 changed files with 1 additions and 0 deletions

View File

@ -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'