seajs.config({preload: ['jquery', 'handlebars', 'helpers']})
这样是加载这三个库文件,但是却是一部加载的,而helpers这个东西依赖handlebars,所以handlebars必须先加载完成才能在加载helpers,怎么写依赖呢
求配置文件代码
慕森卡
相关分类