dr-dimitru on master
📔 Documentation update (compare)
dr-dimitru on 1.3.0
dr-dimitru on master
Add prompt before data removal … Minor codebase enhancements 📦 1.3.0 __Changes:__ - 🔧 Fi… (compare)
Hi guys. Is there a step I'm missing when using this and Iron Router? I can hit the login page of my app and get redirected based on the logic in a Router.onBeforeAction
call but then navigating anywhere else just gives me a blank page.
I'm building like this meteor-build-client ../build -u http://localhost:8081
and then accessing the app from a Python SimpleHTTPServer.
meteor-build-client ../tmp -p /casa/
. After I copy all files to /var/www/html/casa
folder. I expected to see my website displayed, but I found http://linux.pentlab.com/sockjs/info?cb=_hp4ljvczb 404 (Not Found)
. Although the index.html
file appears Meteor.disconnect ()
the browser does not display the content.
meteor-build-client
support angular-meteor
apps? I started a fresh Angular Meteor app following this: http://www.angular-meteor.com/tutorials/socially/angular1/bootstrapping and I can't seem to get it to load from index.html. I did use -p
with a few different options -- it seems to be linking to the .js file so I would guess that I didn't mess that up.