I’m updating to meteor 1.3 in these days. I installed this morning the RC2
Into the previous release (1.2) I can successfully create a default <head>
into the main layout and add as many <head>
I want into separated files and Meteor takes care to concatenate together
Even the meteor demo app
presents the same problem. <head>
is not loaded at all
I cannot find nothing even opening source code with web console
And also the <head>
inside the main template layout is ignored
It returns only meteor stuff
<head>
<link rel="stylesheet" type="text/css" class="__meteor-css__" href="/merged-stylesheets.css?hash=xxx">
</head>
Any idea how to use <head>
files into this new Meteor pre-release?
Thanks
Daniele