Updated coffee script parser to parse the common scripts

This commit is contained in:
Blade Barringer
2015-02-03 16:45:43 -06:00
parent fc6a4a70b9
commit 277f7347ab

View File

@@ -19,7 +19,7 @@ if (cores!==0 && cluster.isMaster && (isDev || isProd)) {
});
} else {
require('coffee-script'); // remove this once we've fully converted over
require('coffee-script/register'); // remove this once we've fully converted over
var express = require("express");
var http = require("http");
var path = require("path");