Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

inject.html needs head tag #147

Open
dr-dimitru opened this issue Nov 8, 2015 · 0 comments
Open

inject.html needs head tag #147

dr-dimitru opened this issue Nov 8, 2015 · 0 comments

Comments

@dr-dimitru
Copy link

I'm getting this error on meteor:

$ meteor
=> Started proxy.                             
=> Started MongoDB.                           
=> Errors prevented startup:                  

   While processing files with templating (for target web.browser):
   assets/packages/meteorhacks_inject-data/lib/inject.html:1: Expected one of: <body>, <head>, <template>
   assets/packages/boilerplate-generator/boilerplate_web.browser.html:1: Expected one of: <body>, <head>, <template>
   assets/packages/boilerplate-generator/boilerplate_web.cordova.html:1: Expected one of: <body>, <head>, <template>

=> Your application has errors. Waiting for file change.

I guess file meteorhacks_inject-data/lib/inject.html should be changed to:

<head>
  <script type="text/inject-data"><%= data %></script>
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant