Skip to content

Commit 57c0e8d

Browse files
committed
change layout
1 parent a468b3f commit 57c0e8d

Some content is hidden

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

47 files changed

+15
-377
lines changed

test-apps/classic/app/app.js

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

test-apps/classic/ember-cli-build.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ module.exports = function (defaults) {
1414
const app = new EmberApp(defaults, {
1515
'ember-cli-babel': { enableTypeScriptTransform: true },
1616
trees: {
17-
tests: new Funnel(path.resolve(__dirname, '../tests')),
17+
tests: new Funnel(path.resolve(__dirname, '../shared/tests')),
18+
app: new Funnel(path.resolve(__dirname, '../shared/app')),
19+
styles: new Funnel(path.resolve(__dirname, '../shared/app/styles')),
20+
templates: new Funnel(path.resolve(__dirname, '../shared/app/templates')),
1821
public: new Funnel(testingFolderExists ? testingDir : distDir, {
1922
files: [
2023
'ember_debug.js',

test-apps/embroider-static-source/app/controllers/.gitkeep

Whitespace-only changes.

test-apps/embroider-static-source/app/helpers/.gitkeep

Whitespace-only changes.

test-apps/embroider-static-source/app/index.html

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

test-apps/embroider-static-source/app/models/.gitkeep

Whitespace-only changes.

test-apps/embroider-static-source/app/router.js

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

test-apps/embroider-static-source/app/routes/.gitkeep

Whitespace-only changes.

test-apps/embroider-static-source/app/services/adapters/basic.js

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

test-apps/embroider-static-source/app/services/adapters/web-extension.js

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

0 commit comments

Comments
 (0)