3 Star 0 Fork 0

Gitee 极速下载/javascriptmvc

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/bitovi/javascriptmvc
Clone or Download
stealconfig.js 661 Bytes
Copy Edit Raw Blame History
David Luecke authored 12 years ago . Merging
steal.config({
map: {
"*": {
"jquery/jquery.js" : "jquery",
"can/util/util.js": "can/util/jquery/jquery.js",
"jquery/": "jquerypp/"
}
},
paths: {
"jquery/": "jquerypp/",
"jquery": "can/lib/jquery.1.9.1.js",
"mootools/mootools.js" : "can/lib/mootools-core-1.4.5.js",
"dojo/dojo.js" : "can/util/dojo/dojo-1.8.1.js",
"yui/yui.js" : "can/lib/yui-3.7.3.js",
"zepto/zepto.js" : "can/lib/zepto.1.0rc1.js"
},
shim : {
jquery: {
exports: "jQuery"
}
},
ext: {
js: "js",
css: "css",
less: "steal/less/less.js",
coffee: "steal/coffee/coffee.js",
ejs: "can/view/ejs/ejs.js",
mustache: "can/view/mustache/mustache.js"
}
})
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/mirrors/javascriptmvc.git
git@gitee.com:mirrors/javascriptmvc.git
mirrors
javascriptmvc
javascriptmvc
master

Search