ember-fastboot / ember-cli-fastboot

Server-side rendering for Ember.js apps
http://ember-fastboot.com/
MIT License
852 stars 160 forks source link

Fix fastboot-script assets with cutom root url #853

Closed xg-wang closed 2 years ago

xg-wang commented 2 years ago

When using custom rootURL specified in environment.js, the fastboot-script is still having relative path to local dist path, not containing rootURL path. The fastboot-script should not be ignored.

Extracted from #822