Downgraded coffeescript module to 1.6

This commit is contained in:
Blade Barringer
2015-02-12 13:31:21 -06:00
parent a6b786a8e5
commit df5ff3d5a1
3 changed files with 104 additions and 107 deletions

View File

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