Remove unneeded coffee-script require

This is handled by the wrapper around task-shell
to ensure coffee-script is required before the shell
is.
This commit is contained in:
Kevin Sawicki
2013-03-12 13:06:23 -07:00
parent 6699941da0
commit eea02cb807

View File

@@ -37,7 +37,6 @@ self.handler =
for key, value of globals
self[key] = value
window[key] = value
require 'coffee-script'
self.handler = require(handlerPath)
callTaskMethod 'started'