-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Friends,
I some early testing, I was running into some problems with Observatory and the new Meteor UI. The problem has to do with the way block helpers are handled.
When staring Meteor server with Observatory, I get the following output:
0.8.0: Meteor has a new live templating engine: Blaze!
See https://github.com/meteor/meteor/wiki/Using-Blaze for what's new.
dlynch@v-as-nodejs:~/git/pracmatics/website/prac1_Clean$ ~/pracmatics.sh
[[[[[ ~/git/pracmatics/website/prac1_Clean ]]]]]
=> Started proxy.
Loading Observatory:...
This is version 0.3.2 with completely redesigned architecture and a host of new features available -
please check out http://observatoryjs.com for details. There's automagical logging, profiling, application monitoring and more.
loading observatory: galileo
loading observatory: apollo
=> Errors prevented startup:
While building the application:
client/pracfac/pracfac.html:65: Expected "span" end tag
<i...l>
^
client/profile/profile.html:55: Reactive HTML attributes must either have a constant name or consist of a single {{helper}} providing a dictionary of names and values. A template tag of type BLOCKOPEN is not allowed here.
... <option {{#if $eq ../profile...
^
client/signin/signin.html:102: Expected "div" end tag
...v>
^
While building package observatory:
mars/observatory.html:3: Reactive HTML attributes must either have a constant name or consist of a single {{helper}} providing a dictionary of names and values. A template tag of type BLOCKOPEN is not allowed here.
...="id_logs_bootstrap" {{#if isDynamic}}cla...
^
While building package handlebar-helpers:
error: no such package: 'domutils'
=> Your application has errors. Waiting for file change.
^Cdlynch@v-as-nodejs:~/git/pracmatics/website/prac1_Clean$
I love Observatory and I'm hoping you guys can do another quick release. Mean time, we'll defeat our calls to the Observatory log pending a fix.
Best regards,
David Lynch