Skip to content

Commit

Permalink
Merge pull request #1884 from codecrafters-io/split-demo
Browse files Browse the repository at this point in the history
Add 'demo' to splitAtRoutes in ember-cli-build.js
  • Loading branch information
rohitpaulk committed Jun 20, 2024
2 parents c5cc184 + 4dc326c commit 5449bfb
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 114 deletions.
2 changes: 1 addition & 1 deletion ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ module.exports = function (defaults) {
staticHelpers: true,
staticModifiers: true,
staticComponents: true,
splitAtRoutes: ['badges', 'concept', 'code-walkthrough', 'course-admin', 'concept-admin'], // can also be a RegExp
splitAtRoutes: ['badges', 'concept', 'code-walkthrough', 'course', 'course-admin', 'concept-admin', 'demo'], // can also be a RegExp
packagerOptions: {
publicAssetURL: '/',
webpackConfig: {
Expand Down
12 changes: 0 additions & 12 deletions tests/unit/controllers/course-test.js

This file was deleted.

11 changes: 0 additions & 11 deletions tests/unit/controllers/demo-test.ts

This file was deleted.

12 changes: 0 additions & 12 deletions tests/unit/controllers/demo/code-mirror-test.ts

This file was deleted.

12 changes: 0 additions & 12 deletions tests/unit/controllers/demo/dark-mode-toggle-test.ts

This file was deleted.

11 changes: 0 additions & 11 deletions tests/unit/routes/course-test.js

This file was deleted.

11 changes: 0 additions & 11 deletions tests/unit/routes/courses-test.js

This file was deleted.

11 changes: 0 additions & 11 deletions tests/unit/routes/demo-test.ts

This file was deleted.

11 changes: 0 additions & 11 deletions tests/unit/routes/demo/code-mirror-test.ts

This file was deleted.

11 changes: 0 additions & 11 deletions tests/unit/routes/demo/dark-mode-toggle-test.ts

This file was deleted.

11 changes: 0 additions & 11 deletions tests/unit/routes/demo/index-test.ts

This file was deleted.

0 comments on commit 5449bfb

Please sign in to comment.