为什么require-handlebars-plugin附带自己的Underscore,Handlebars等版本?

时间:2014-01-09 04:11:13

标签: javascript handlebars.js

最近为require-handlebars-plugin运行了Bower更新,并在开头找到了这个:

define([
//>>excludeStart('excludeHbs', pragmas.excludeHbs)
  'hbs/handlebars', 'hbs/underscore', 'hbs/i18nprecompile', 'hbs/json2'
//>>excludeEnd('excludeHbs')
], function (
//>>excludeStart('excludeHbs', pragmas.excludeHbs)
  Handlebars, _, precompile, JSON
//>>excludeEnd('excludeHbs')
) {

为什么这个插件带有自己的Handlebars,Underscore等版本?

0 个答案:

没有答案