Skip to content

Commit f80211d

Browse files
committed
移除blueprint/wildember
1 parent 4da3cf7 commit f80211d

4 files changed

Lines changed: 18 additions & 92 deletions

File tree

blueprints/wildember/files/app/adapters/application.js

Lines changed: 0 additions & 4 deletions
This file was deleted.

blueprints/wildember/index.js

Lines changed: 0 additions & 69 deletions
This file was deleted.

index.js

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,21 @@
22
'use strict';
33

44
module.exports = {
5-
name: 'wildember',
6-
7-
included: function(app, parentAddon) {
8-
this._super.included(app);
9-
10-
// make sure app is correctly assigned when being used as a nested addon
11-
// if (app.app) {
12-
// app = app.app;
13-
// }
14-
// this.app = app;
15-
16-
app.import(app.bowerDirectory + '/wildember/dist/js/wildember.js');
17-
//
18-
// this.app.import('vendor/wildember/shim.js', {
19-
// type: 'vendor',
20-
// exports: { 'wildember': ['default'] }
21-
// });
22-
}
5+
name: 'wildember'
6+
// included: function(app, parentAddon) {
7+
// this._super.included(app);
8+
//
9+
// // make sure app is correctly assigned when being used as a nested addon
10+
// // if (app.app) {
11+
// // app = app.app;
12+
// // }
13+
// // this.app = app;
14+
//
15+
// app.import(app.bowerDirectory + '/wildember/dist/js/wildember.js');
16+
// //
17+
// // this.app.import('vendor/wildember/shim.js', {
18+
// // type: 'vendor',
19+
// // exports: { 'wildember': ['default'] }
20+
// // });
21+
// }
2322
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wildember",
33
"description": "一个方便、快捷连接野狗实时服务适配器。",
4-
"version": "1.5.5",
4+
"version": "1.5.6",
55
"author": "ubuntuvim (https://github.com/ubuntuvim/)",
66
"homepage": "https://wildember.ddlisting.com",
77
"directories": {

0 commit comments

Comments
 (0)