#Where do templates load on?

1 messages · Page 1 of 1 (latest)

proud grove
#

where in the emberjs map do I load my templates on? (when I use Ember serve, my website is empty. but when I do a / after localhost in the URL and put the route, the template that I made is loaded.

gaunt herald
proud grove
#

I think that I understand the rendering into the {{outlet}} of the parent. But After I tried to "ember serve" my application basically works. But when I do
ember build the dist version is just empty and when I do a /route it tells me that there is no GET /route

#

Basically my goal is to deploy the application on Firebase

#

I probably do not understand how it works

radiant forge
#

Your index.html page just provides the JavaScript assets that will run your Ember app. You need to host your dist folder somewhere to see the resulting app

proud grove
#

Just the dist folder right?

radiant forge
#

Right

proud grove
#

I tried that using firebase, I got back the index.html page

jade stone
#

But you’re asking about subpages and why those don’t work?

radiant forge
proud grove
#

Well they do not work when trying to deploy it

#

I will read both guides before I ask further. ty

radiant forge
jade stone
proud grove
#

is it possible that you need to inform that the application is a one page? @jade stone

#

It works!

proud grove
#

for the single page application