4 lines
159 B
CoffeeScript
4 lines
159 B
CoffeeScript
|
coffee = require 'coffee-script'
|
||
|
path = require('path').resolve(__dirname, '../bw/team.coffee')
|
||
|
eval(coffee.compile(require('fs').readFileSync(path, 'utf8')))
|