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

jQuery 1.7 and hyde server #73

Closed
vancura opened this issue Nov 11, 2011 · 1 comment
Closed

jQuery 1.7 and hyde server #73

vancura opened this issue Nov 11, 2011 · 1 comment

Comments

@vancura
Copy link

vancura commented Nov 11, 2011

Hi,

Even there's:

uses_template: false

in meta.yaml, hyde server parses 1.7 jQuery this way (line @3183):

eventPath = [[ elem, special.bindType || type ]]

becomes:

eventPath = {{ content_url(' elem, special.bindType || type ') }};

Obviously resulting in failing jQuery.

Thanks,
V.

@navilan
Copy link
Member

navilan commented Nov 11, 2011

Hi,

Looks like this one is for the new hyde repo. http://github.com/hyde/hyde.

What version of hyde are you using? Can you share your website source on github?

If you are using hyde version < 0.8.4 you need to add nodemeta: meta.yaml in your site.yaml.

See: https://github.com/hyde/hyde/blob/master/hyde/layouts/basic/site.yaml#L41

@navilan navilan closed this as completed Nov 11, 2011
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