Skip to content
This repository has been archived by the owner on Jun 10, 2018. It is now read-only.

Commit

Permalink
Add node_modules/ to Cakefile load path
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Mar 31, 2011
1 parent a2f2177 commit 3a68c8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cakefile
@@ -1,3 +1,5 @@
require.paths.unshift "#{__dirname}/node_modules"

require.paths.unshift __dirname + '/lib'

{print} = require 'sys'
Expand Down

0 comments on commit 3a68c8f

Please sign in to comment.