Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FastBoot App Server without SSR #83

Open
viniciussbs opened this issue May 7, 2018 · 2 comments
Open

FastBoot App Server without SSR #83

viniciussbs opened this issue May 7, 2018 · 2 comments

Comments

@viniciussbs
Copy link

Hi!

Is it possible to serve an Ember app using fastboot-app-server but turning off the SSR? I would like to start serving a legacy app using fastboot-app-server following lightning workflow, but this legacy app is not compatible to FastBoot right now.

@kiwiupover
Copy link
Member

@viniciussbs What parts of the fastboot-app-server do you want to take advantage of other than SSR?

@viniciussbs
Copy link
Author

I can't make the app compatible to FastBoot right now, so I would like to split this migration in two steps:

  1. Configure the deploy/server strategy (use ember-cli-deploy following lightning strategy with S3 downloader and notifier for fastboot-app-server) with SSR turned off
  2. Make the compatible to FastBoot and turn SSR on.

I have multiple subdomains to the same Ember app. With a configured server, I could write a afterware to replace the app.css URL to a client specific CSS file or other client specific logic to index.html. That's why I would like the benefit of the server without the SSR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants