You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ember-cli-fastboot blueprint will/should be updated - so that upon install default index.html <title> is replaced as title in application.hbs. Basically for Fastboot requirements about title element removal are the same that are already in README of this repository.
I think both blueprints (ember-cli-fastboot and ember-page-title) could do the check to see if both ember-cli-fastboot and ember-page-title are present and if so remove the <title></title> from app/index.html.
Mind making a meta issue for that here, and cross linking in an issue in ember-cli-fastboot?
I think both blueprints (ember-cli-fastboot and ember-page-title) could do the check to see if both
ember-cli-fastboot
andember-page-title
are present and if so remove the<title></title>
fromapp/index.html
.Mind making a meta issue for that here, and cross linking in an issue in
ember-cli-fastboot
?Originally posted by @rwjblue in #168 (comment)
The text was updated successfully, but these errors were encountered: