When I am tryng to open a stream in my browser, it is rendered to a normal page. With this header:
<head>
<script src='/web/es/lib/jquery/jquery-1.8.0.min.js'></script>
<script src='/web/es/lib/jquery/jquery-ui-1.8.23.min.js'></script>
<script src='/web/es/lib/jsrender/jsrender.js'></script>
<script src='/web/es/js/atom/render.js'></script>
<script src='/web/es/js/es.tmpl.js'></script>
<script id='r-head'>
es.tmpl.renderHead();
</script>
</head>
but none of these js files are available. Why is that so? Does it suppose to be like this?
Url is like this:
http://appdev:2113/streams/$users
Nope. May be I cannot express my clearly enough, the files are MISSING from the distribution and from the repository for 3.0.1. May be there was some plan to change it but apparently, files were removed but the Atom rendering to html still refers to it.
As I can remember, Greg, when you was showing how to work with the feed during the course, this page didn’t load either. You had to switch to page source to see the data.
When I get files form 2.0.0, it shows ok but these files have some old stuff like wrong menu and so on.