Skip to content

Commit

Permalink
Use relative path to task-bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsawicki committed Sep 20, 2013
1 parent 99eab6f commit cd12b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/task.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class Task
constructor: (taskPath) ->
coffeeScriptRequire = "require('#{require.resolve('coffee-script')}');"
coffeeCacheRequire = "require('#{require.resolve('./coffee-cache')}');"
taskBootstrapRequire = "require('#{require.resolve('task-bootstrap')}');"
taskBootstrapRequire = "require('#{require.resolve('./task-bootstrap')}');"
bootstrap = """
#{coffeeScriptRequire}
#{coffeeCacheRequire}
Expand Down

0 comments on commit cd12b1d

Please sign in to comment.