created coffee package, updated paths and cjsxify to prevent incorrect stack traces on errors

This commit is contained in:
Brian Mann
2017-05-14 19:07:42 -04:00
parent 80fd9c9764
commit 8a0a60c27e
24 changed files with 53 additions and 26 deletions

View File

@@ -1,2 +1,2 @@
require("coffee-script/register")
require("./test/helpers/https_server").start(8443)
require("../coffee/register")
require("./test/helpers/https_server").start(8443)