以下代码不起作用:
define([
'jquery',
'lodash',
'backbone',
'mustache',
'text!/app/js/templates/TreeCombo/TreeCombo.html' //Is this right?
], function($, _, Backbone, Mustache, MyTemplate){
...
})
我在控制台中收到以下错误消息:
GET http://localhost:8888/app/js/text.js 404 (File not found)
似乎requireJS没有识别出“文字!”标签