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

Send static html to the client without blaze #4846

Closed
ccorcos opened this issue Jul 30, 2015 · 4 comments
Closed

Send static html to the client without blaze #4846

ccorcos opened this issue Jul 30, 2015 · 4 comments

Comments

@ccorcos
Copy link

ccorcos commented Jul 30, 2015

I'm in the trenches building my "package-based" meteor app. I've removed meteor-platform and added back only the packages I need:

    'meteor',
    'webapp',
    'logging',
    'underscore', // https://github.com/meteor/meteor/issues/4843
    'random', // https://github.com/meteor/meteor/issues/4843
    'tracker',
    'ddp',
    'mongo',
    'check',

Now I have some static html thats not making it to the client:

<head>
  <meta name="viewport" content="width=device-width, initial-scale=1">
</head>

I suppose I may need to add the templating package:

https://github.com/meteor/meteor/tree/devel/packages/templating

It appears that will add Blaze back to my project though 👎

@stubailo
Copy link
Contributor

Way ahead of you ;] #4829

Going to close this issue since that PR pretty much covers it.

@stubailo
Copy link
Contributor

@ccorcos feel free to try running from that branch to see if that implementation works for you! If not, leave feedback there.

@ccorcos
Copy link
Author

ccorcos commented Jul 31, 2015

sweet 👍

  • is there any way for me to always keep meteor up to date with the devel branch?

@stubailo
Copy link
Contributor

You can run it from a checkout. We're currently working on ways to make it easier to have cutting-edge Meteor without having to clone the whole repository with git.

Here are directions: https://github.com/meteor/meteor#slow-start-for-developers

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

2 participants