22 Star 72 Fork 10

ubuntuvim/ape-note

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ember-cli-build.js 1.36 KB
一键复制 编辑 原始数据 按行查看 历史
/*jshint node:true*/
/* global require, module */
var EmberApp = require('ember-cli/lib/broccoli/ember-app');
module.exports = function(defaults) {
var app = new EmberApp(defaults, {
fingerprint: {
exclude: ['assets/editormd/']
}
// Add options here
});
// Use `app.import` to add additional libraries to the generated
// output files.
//
// If you need to use different assets in different
// environments, specify an object as the first parameter. That
// object's keys should be the environment name and the values
// should be the asset to use in that environment.
//
// If the library that you are including contains AMD or ES6
// modules that you would like to import into your application
// please specify an object with the list of modules as keys
// along with the exports of each module as its value.
// 用户使用引导插件
// app.import("bower_components/jquery.cookie/jquery.cookie.js");
// app.import("bower_components/intro.js/minified/intro.min.js");
// // app.import("bower_components/intro.js/intro.js");
// app.import("bower_components/intro.js/minified/introjs.min.css");
// 图片上传插件
app.import("bower_components/plupload/js/moxie.js");
app.import("bower_components/plupload/js/plupload.full.min.js");
app.import("bower_components/qiniu/dist/qiniu.js");
return app.toTree();
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/ubuntuvim/ape-note.git
git@gitee.com:ubuntuvim/ape-note.git
ubuntuvim
ape-note
ape-note
master

搜索帮助