Nazar Leush
Nazar Leush
Excellent boilerplate! As I can see here http://backboneboilerplate.com/build/output/ and locally these links are requested and 404: http://backboneboilerplate.com/build/output/images/page_bg.png http://backboneboilerplate.com/build/output/images/backboneboilerplate_logo.png Maybe need copy them in build script too or fix styles. And...
Looks like there is problem with this peace of code: ``` Router.onBeforeAction(function(pause) { var loadingTemplate; if (this.ready()) { ``` ready() causes error. I think this hook should be last in...
fix everyauth dependency version
TypeError: Object # has no method 'User' at module.exports.findUserById (/node_modules/mongoose-auth/lib/modules/everymodule/everyauth.js:7:10) Temporary fix available with package.json: "dependencies": { "mongoose-auth": "git://github.com/nleush/mongoose-auth.git", }