Skip to content

Commit

Permalink
buildfile now copied the README in the release folder so that we are …
Browse files Browse the repository at this point in the history
…ready to push it to npm as part of publishing new version of the library
  • Loading branch information
lucagrulla committed May 27, 2013
1 parent e23c482 commit d20f2a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cakefile
Expand Up @@ -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.")

0 comments on commit d20f2a8

Please sign in to comment.