From d20f2a8cddf3ef092f5b32f7f0adb055407fbcbc Mon Sep 17 00:00:00 2001 From: Luca Grulla Date: Mon, 27 May 2013 20:49:06 +0100 Subject: [PATCH] buildfile now copied the README in the release folder so that we are ready to push it to npm as part of publishing new version of the library --- Cakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Cakefile b/Cakefile index 6b1623c..fd1a341 100644 --- a/Cakefile +++ b/Cakefile @@ -7,5 +7,6 @@ task 'build', 'generate release package', (options) -> exec "./node_modules/coffee-script/bin/coffee #{prodCoffeeOpts}",(err, stdout, stderr) -> throw err if err console.log stdout + fs.link "README.md", "release/README.md", fs.link "package.json", "release/package.json",-> console.log("done.") \ No newline at end of file