13 links by Robert Wagner
-
Forcing Trailing Slashes for Routes
Most static asset servers will load index.html files from paths automatically, if they end in a trailing /. However, Ember routes typically omit the /, so to get everything loading, without a redirect, I had to apply some tweaks. This was completely stolen from the Ember Guides App. They use Prember there as well, and several of our techniques overlap.
Article by Robert Wagner on 13th August 2018
-
ember-shepherd
An Ember addon for the site tour library Shepherd.
Addon by Robert Wagner on 17th May 2018
-
Ember Meta - Adding Meta Tags to Your Blog
In an attempt to make this easy for everyone, to have a blog with mostly automatic meta, I created ember-meta. It takes some common values like, titles, descriptions, authors, etc. and generates opengraph and twitter meta tags, canonical urls from slugs.
Article by Robert Wagner on 15th April 2018
-
Testing Ember Addons in a Real App Using ember-cli-addon-tests
Article by Robert Wagner on 13th February 2018