From 150a8a12a0f8462d01940b6091a65d72dabcdf85 Mon Sep 17 00:00:00 2001 From: Jeremy Ashkenas Date: Sat, 15 Jan 2011 15:12:47 -0500 Subject: [PATCH] A bit more explanation of what's actually going on with build:browser --- Cakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Cakefile b/Cakefile index 6597e03f..bd128066 100644 --- a/Cakefile +++ b/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'