From eea02cb807671b26196c824a920433281b482684 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 12 Mar 2013 13:06:23 -0700 Subject: [PATCH] Remove unneeded coffee-script require This is handled by the wrapper around task-shell to ensure coffee-script is required before the shell is. --- src/stdlib/task-shell.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/src/stdlib/task-shell.coffee b/src/stdlib/task-shell.coffee index 51966cec6..bab99dc7c 100644 --- a/src/stdlib/task-shell.coffee +++ b/src/stdlib/task-shell.coffee @@ -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'