Meteor: Images and text do not load after moving to Iron:Router -
my site works fine when data in template, once try route using iron:router, background image , remaining content no longer appear. (some of content still appears working css, js components know files being read. also, when inspecting element, text, images still visible in code, not website.
this works fine (index.html):
<body> {{>home}} </body> this adds {{>home}} section, new section having issues rendering explained above (router.js):
router.map(function() { this.route('home', {path: '/'}); });
are on latest iron:router? had similar problem, , inquired in pull request: https://github.com/iron-meteor/iron-router/issues/1051 latest response indicates should fixed now!
Comments
Post a Comment