Skip to content

Commit

Permalink
Cakefile to compile Coffee.
Browse files Browse the repository at this point in the history
Fixed typo.
  • Loading branch information
Pierre-Elie Fauche committed Sep 16, 2012
1 parent eda877a commit 5184b55
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Cakefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{exec} = require 'child_process'
task 'build', 'Build project from src/*.coffee to lib/*.js', ->
exec 'coffee --compile --output lib/ src/', (err, stdout, stderr) ->
throw err if err
console.log stdout + stderr
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
"dependencies": {
"request": ">=2.11.1",
"underscore": ">=1.3.3"
},
}
}

0 comments on commit 5184b55

Please sign in to comment.