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

Including upload_bootstrap using mquandalle:jade on Meteor 1.1 #227

Open
jmoak3 opened this issue Apr 12, 2016 · 0 comments
Open

Including upload_bootstrap using mquandalle:jade on Meteor 1.1 #227

jmoak3 opened this issue Apr 12, 2016 · 0 comments

Comments

@jmoak3
Copy link

jmoak3 commented Apr 12, 2016

template(name='user_take_photo')
    +upload_bootstrap

is equivalent to

<template name="user_take_photo">
    {{> upload_bootstrap }}
</template> 

inside of mquandelle's jade tools for Meteor, however nothing seems to be working - I only get a white page with no error.

When my jade file contains

template(name='user_take_photo')
    | Hello World

Hello world appears, meaning there must be some sort of issue between the template I'm including and the jade support.

I've tried including an html file containing {{> upload_bootstrap }}, and inserting {{> upload_bootstrap}} into the page as text using | {{> upload_bootstrap }}. These didn't work.

Would you have any idea how to handle this? I'm relatively new to webdev, and would love any ideas.

@jmoak3 jmoak3 changed the title Including upload_bootstrap using mquandalle:jade Including upload_bootstrap using mquandalle:jade on Meteor 1.3.1 Apr 12, 2016
@jmoak3 jmoak3 changed the title Including upload_bootstrap using mquandalle:jade on Meteor 1.3.1 Including upload_bootstrap using mquandalle:jade on Meteor 1.1 Apr 12, 2016
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