Skip to content

Commit

Permalink
Added ability to npm run build to compile CoffeeScript
Browse files Browse the repository at this point in the history
  • Loading branch information
simonexmachina committed Sep 30, 2014
1 parent 5ddd145 commit 269cbf3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,8 @@
"monitor",
"supervise",
"observe"
]
],
"scripts": {
"build": "coffee -co lib src"
}
}

0 comments on commit 269cbf3

Please sign in to comment.