Thomas Burleson

Results 71 comments of Thomas Burleson

Snapshot of robust logging: ![quizzler_logging](https://f.cloud.github.com/assets/210413/1701319/e169e7ba-604f-11e3-9f61-8fb45fad300e.jpg)

Design Comps: ![quiz_comps](https://f.cloud.github.com/assets/210413/1786317/ea38fd30-68f2-11e3-9efc-9ee48607a87f.jpg)

@Kafeltz - I did indeed. Thx for the catch.

> breeze-routes.js ``` js /** * Adds Breeze operation routes to the express() application via 'configureRoutes' */ module.exports = { configure: configureRoutes }; var bmongo = require('breeze-mongodb') , database =...

I updated the README on GitHub. You need to extract the zip file contents to the directory `/database/zza` Pay attention to the working directory specified in the `Edit Tool` dialog…...

Open the Developer Tools window (Chrome) and paste [here] the errors that are shown in the console view.

So you update the NPM modules and the Bower vendor files/dir. But you have not run the `Grunt dev` to rebuild and redeploy the app for development debugging. Thus the...

Your `/server` NodeJS code must be in the root of your project ( **/server/app-server.js** ) and your database connection information must be updated: - app-server.js - see `workingDir` comments for...

@yabasha Please perform git pull for the latest !important changes. Afterwards, try this: ``` text cd /server npm update ``` This should update/install all the NPM modules needed for the...

This shows that the App-Server is loading the index.html. Is your Mongo Database running (see ReadME) ? Not sure why you are getting a blank screen. What does the [Chrome...