Yeah really weird.
I updated the JQuery to jquery2.1.1 as well.
This is my working code:
First script is the platform.js like said in polymer's documentation.
<!DOCTYPE html>
<html>
<head>
<title></title>
<script
src="${request.static_url('emptychat:static/polymer/bower_components/platform/platform.js')}"/>
<script src="http://code.jquery.com/jquery-2.1.1.js"></script>
<script src="http://code.jquery.com/jquery-migrate-1.2.1.js"></script>
<!-- Custom webcomponents -->
<link rel="import"
href="${request.static_url('emptychat:static/webcomponents/my-element.html')}"/>
<!-- Bootstrap core CSS -->
<link
href="//oss.maxcdn.com/libs/twitter-bootstrap/3.0.3/css/bootstrap.min.css"
rel="stylesheet">
<!-- Custom styles for this template -->
<link href="${request.static_url('emptychat:static/theme.css')}"
rel="stylesheet">
</head>
<body>
<my-element></my-element>
<script
src="//oss.maxcdn.com/libs/twitter-bootstrap/3.0.3/js/bootstrap.min.js"></script>
</body>
</html>
Thanks for the help
--
You received this message because you are subscribed to the Google Groups
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pylons-discuss.
For more options, visit https://groups.google.com/d/optout.