Advertisement
Guest User

Untitled

a guest
Apr 27th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. For the integration with ember I added 3 addons[2]:
  2. - ember-cli-inline-content: An ember-cli add-on to render inline scripts, styles, or any content directly into your index.html file
  3. - ember-cli-fastboot: Server-side rendering for Ember.js apps
  4. - ember-cli-meta-tags: An Ember CLI add-on to easily set meta tags in the document head.
  5.  
  6. The first is necessary to add branch script in index.html independently from ember app.
  7. 2 and 3 were necessary to serve a complete html for each route, so search crawlers and auto appindex will work properly.
  8.  
  9. Bellow some code examples and other tips.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement