diff --git a/Cakefile b/Cakefile index 1aeb02f0e2..0307b6bf0f 100644 --- a/Cakefile +++ b/Cakefile @@ -341,11 +341,15 @@ task 'doc:source:watch', 'watch and continually rebuild the annotated source doc task 'release', 'build and test the CoffeeScript source, and build the documentation', -> - invoke 'build:full' - invoke 'build:browser:full' - invoke 'doc:site' - invoke 'doc:test' - invoke 'doc:source' + execSync ''' + cake build:full + cake build:browser + cake test:browser + cake test:integrations + cake doc:site + cake doc:test + cake doc:source''', stdio: 'inherit' + task 'bench', 'quick benchmark of compilation time', -> {Rewriter} = require './lib/coffeescript/rewriter' diff --git a/docs/v2/index.html b/docs/v2/index.html index a04749adac..a65f43c740 100644 --- a/docs/v2/index.html +++ b/docs/v2/index.html @@ -4682,7 +4682,7 @@