Skip to content

Commit 4f0f257

Browse files
committed
Remove old files
1 parent 8162c95 commit 4f0f257

File tree

236 files changed

+0
-1270
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

236 files changed

+0
-1270
lines changed

app/routes/application.js

Lines changed: 0 additions & 170 deletions
Original file line numberDiff line numberDiff line change
@@ -3,176 +3,6 @@ import Route from '@ember/routing/route';
33
export default class ApplicationRoute extends Route {
44
model() {
55
return [
6-
{
7-
id: 'generating-files',
8-
subsections: [
9-
{
10-
id: 'generating-component',
11-
classicFiles: ['classic.shell'],
12-
octaneFiles: ['octane.shell'],
13-
},
14-
{
15-
id: 'file-structure',
16-
classicFiles: ['classic.text'],
17-
octaneFiles: ['octane.text'],
18-
},
19-
],
20-
},
21-
{
22-
id: 'component-templates',
23-
subsections: [
24-
{
25-
id: 'angle-brackets',
26-
classicFiles: ['classic.hbs'],
27-
octaneFiles: ['octane.hbs'],
28-
},
29-
{
30-
id: 'inline-vs-block',
31-
classicFiles: ['classic.hbs'],
32-
octaneFiles: ['octane.hbs'],
33-
},
34-
{
35-
id: 'angle-brackets-nested',
36-
classicFiles: ['classic.hbs'],
37-
octaneFiles: ['octane.hbs'],
38-
},
39-
{
40-
id: 'template-named',
41-
classicFiles: ['classic.hbs'],
42-
octaneFiles: ['octane.hbs'],
43-
},
44-
{
45-
id: 'template-this',
46-
classicFiles: ['classic.hbs'],
47-
octaneFiles: ['octane.hbs'],
48-
},
49-
{
50-
id: 'template-arguments-named',
51-
classicFiles: ['classic.hbs'],
52-
octaneFiles: ['octane.hbs'],
53-
},
54-
{
55-
id: 'template-arguments-this',
56-
classicFiles: ['classic.hbs'],
57-
octaneFiles: ['octane.hbs'],
58-
},
59-
{
60-
id: 'tag-name',
61-
classicFiles: ['classic.hbs', 'classic.html'],
62-
octaneFiles: ['octane.hbs', 'octane.html'],
63-
},
64-
{
65-
id: 'element-id',
66-
classicFiles: ['classic.js', 'classic.hbs'],
67-
octaneFiles: ['octane.js', 'octane.hbs'],
68-
},
69-
],
70-
},
71-
{
72-
id: 'component-properties',
73-
subsections: [
74-
{
75-
id: 'js-boilerplate',
76-
classicFiles: ['classic.js'],
77-
octaneFiles: ['octane.js'],
78-
},
79-
{
80-
id: 'js-properties',
81-
classicFiles: ['classic.js'],
82-
octaneFiles: ['octane.js'],
83-
},
84-
{
85-
id: 'ddau',
86-
classicFiles: [
87-
'classic-parent.js',
88-
'classic-parent.hbs',
89-
'classic-child.js',
90-
'classic-child.hbs',
91-
],
92-
octaneFiles: [
93-
'octane-parent.js',
94-
'octane-parent.hbs',
95-
'octane-child.hbs',
96-
],
97-
},
98-
{
99-
id: 'args',
100-
classicFiles: ['classic.js'],
101-
octaneFiles: ['octane.js'],
102-
},
103-
{
104-
id: 'get-and-set',
105-
classicFiles: ['classic.js'],
106-
octaneFiles: ['octane.js'],
107-
},
108-
{
109-
id: 'tracked-vs-cp',
110-
classicFiles: ['classic.js'],
111-
octaneFiles: ['octane.js'],
112-
},
113-
{
114-
id: 'computed-decorator',
115-
classicFiles: ['classic.js'],
116-
octaneFiles: ['octane.js'],
117-
},
118-
],
119-
},
120-
{
121-
id: 'actions',
122-
subsections: [
123-
{
124-
id: 'actions',
125-
classicFiles: ['classic.js', 'classic.hbs'],
126-
octaneFiles: ['octane.js', 'octane.hbs'],
127-
},
128-
{
129-
id: 'template-arguments-default',
130-
classicFiles: ['classic.hbs', 'classic.js'],
131-
octaneFiles: ['octane.hbs', 'octane.js'],
132-
},
133-
{
134-
id: 'mixins',
135-
classicFiles: ['classic.js'],
136-
octaneDescriptionKey: 'actions.mixins.octaneDescription',
137-
},
138-
],
139-
},
140-
{
141-
id: 'component-lifecycle',
142-
subsections: [
143-
{
144-
id: 'constructors',
145-
classicFiles: ['classic.js'],
146-
octaneFiles: ['octane.js'],
147-
},
148-
{
149-
id: 'will-destroy',
150-
classicFiles: ['classic.js'],
151-
octaneFiles: ['octane.js'],
152-
},
153-
{
154-
id: 'render-modifiers',
155-
classicDescriptionKey:
156-
'component-lifecycle.render-modifiers.classicDescription',
157-
octaneFiles: ['octane.shell'],
158-
},
159-
{
160-
id: 'did-insert',
161-
classicFiles: ['classic.hbs', 'classic.js'],
162-
octaneFiles: ['octane.hbs', 'octane.js'],
163-
},
164-
],
165-
},
166-
{
167-
id: 'routes',
168-
subsections: [
169-
{
170-
id: 'model-access',
171-
classicFiles: ['classic.hbs'],
172-
octaneFiles: ['octane.hbs'],
173-
},
174-
],
175-
},
1766
];
1777
}
1788
}

snippets/actions/actions/classic.hbs

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

snippets/actions/actions/classic.js

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

snippets/actions/actions/octane.hbs

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

snippets/actions/actions/octane.js

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

snippets/actions/mixins/classic.js

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

snippets/actions/template-arguments-default/classic.hbs

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

snippets/actions/template-arguments-default/classic.js

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

snippets/actions/template-arguments-default/octane.hbs

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

snippets/actions/template-arguments-default/octane.js

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

0 commit comments

Comments
 (0)