From c8c75cf4b3aaa3b59996045cbc0493780856eb19 Mon Sep 17 00:00:00 2001 From: Rintcius Blok Date: Sat, 18 Aug 2012 10:33:45 +0100 Subject: [PATCH] fix build --- Cakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cakefile b/Cakefile index 1bfdf0eb..89f115d1 100644 --- a/Cakefile +++ b/Cakefile @@ -74,7 +74,7 @@ task 'dist', 'Build a distribution', -> pack = -> console.log ' : Packaging...' exec 'cp -r lib dist' - exec 'cp -r src/main/html/ dist' + exec 'cp -r src/main/html/* dist' console.log ' !' task 'spec', "Run the test suite", ->