UNPKG

295 Btext/coffeescriptView Raw
1require 'colors'
2require 'shelljs/global'
3
4#需要初始化helper
5require './compiler/handlebars/helper'
6
7module.exports = (options)->
8 require('./utils').init(options)
9 require('./data').init()
10# require('./compiler/template').init()
11# require('./compiler/handlebarHelpers').init()